MFi386: revision 208621

Defer initializing machine checks for the boot CPU until the local APIC is
  fully configured.
This commit is contained in:
Yoshihiro Takahashi 2010-05-29 03:09:29 +00:00
parent c80244db64
commit 08cb7c2804
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208633

View file

@ -257,8 +257,6 @@ cpu_startup(dummy)
vm_pager_bufferinit();
cpu_setregs();
mca_init();
}
/*