diff --git a/arch/x86/intel/core2/stage1.c b/arch/x86/intel/core2/stage1.c index 55c4c87111..bb2d2ea050 100644 --- a/arch/x86/intel/core2/stage1.c +++ b/arch/x86/intel/core2/stage1.c @@ -82,7 +82,7 @@ void disable_car(void) " andl $0x9fffffff,%%eax \n" " movl %%eax, %%cr0 \n" - " wbinvd \n" + " invd \n" " call stage1_phase3 \n" :: [newesp] "i" (newlocation),