svn commit: r272658 - head/sys/i386/i386
John Baldwin
jhb at FreeBSD.org
Mon Oct 6 15:43:58 UTC 2014
Author: jhb
Date: Mon Oct 6 15:43:57 2014
New Revision: 272658
URL: https://svnweb.freebsd.org/changeset/base/272658
Log:
Call initializecpucache() on the BSP for i386 in the !XEN case. This was
my bug in r271409 that I noticed while reviewing r272492.
Modified:
head/sys/i386/i386/machdep.c
Modified: head/sys/i386/i386/machdep.c
==============================================================================
--- head/sys/i386/i386/machdep.c Mon Oct 6 15:24:04 2014 (r272657)
+++ head/sys/i386/i386/machdep.c Mon Oct 6 15:43:57 2014 (r272658)
@@ -3326,9 +3326,7 @@ init386(first)
setidt(IDT_GP, &IDTVEC(prot), SDT_SYS386TGT, SEL_KPL,
GSEL(GCODE_SEL, SEL_KPL));
initializecpu(); /* Initialize CPU registers */
-#ifdef PC98
initializecpucache();
-#endif
/* make an initial tss so cpu can get interrupt stack on syscall! */
/* Note: -16 is so we can grow the trapframe if we came from vm86 */
More information about the svn-src-all
mailing list