Call initializecpucache() on the BSP for i386 in the !XEN case. This was

my bug in r271409 that I noticed while reviewing r272492.
This commit is contained in:
John Baldwin 2014-10-06 15:43:57 +00:00
parent 11fce282db
commit 4a872f3d4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272658

View File

@ -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 */