Date: Sat, 29 May 2010 03:09:29 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r208633 - head/sys/pc98/pc98 Message-ID: <201005290309.o4T39TSS087700@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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(); } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005290309.o4T39TSS087700>