Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jul 2010 17:38:56 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r210506 - stable/8/sys/pc98/pc98
Message-ID:  <201007261738.o6QHcuos038816@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Jul 26 17:38:56 2010
New Revision: 210506
URL: http://svn.freebsd.org/changeset/base/210506

Log:
  MFC 208633 (Missed in earlier CMCI MFC):
  Defer initializing machine checks for the boot CPU until the local APIC is
  fully configured.

Modified:
  stable/8/sys/pc98/pc98/machdep.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/pc98/pc98/machdep.c
==============================================================================
--- stable/8/sys/pc98/pc98/machdep.c	Mon Jul 26 17:31:15 2010	(r210505)
+++ stable/8/sys/pc98/pc98/machdep.c	Mon Jul 26 17:38:56 2010	(r210506)
@@ -257,8 +257,6 @@ cpu_startup(dummy)
 	vm_pager_bufferinit();
 
 	cpu_setregs();
-
-	mca_init();
 }
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007261738.o6QHcuos038816>