svn commit: r208633 - head/sys/pc98/pc98

Takahashi Yoshihiro nyan at FreeBSD.org
Sat May 29 03:09:30 UTC 2010


Author: nyan
Date: Sat May 29 03:09:29 2010
New Revision: 208633
URL: http://svn.freebsd.org/changeset/base/208633

Log:
  MFi386: revision 208621
  
    Defer initializing machine checks for the boot CPU until the local APIC is
    fully configured.

Modified:
  head/sys/pc98/pc98/machdep.c

Modified: head/sys/pc98/pc98/machdep.c
==============================================================================
--- head/sys/pc98/pc98/machdep.c	Sat May 29 03:06:56 2010	(r208632)
+++ head/sys/pc98/pc98/machdep.c	Sat May 29 03:09:29 2010	(r208633)
@@ -257,8 +257,6 @@ cpu_startup(dummy)
 	vm_pager_bufferinit();
 
 	cpu_setregs();
-
-	mca_init();
 }
 
 /*


More information about the svn-src-all mailing list