diff --git a/[refs] b/[refs] index bb67f777e811..7da9a8aaa8db 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0f6f11eb00830fa691c16084048f53d83c5c3a5d +refs/heads/master: 34d0b02e08470c56a411ba6da1f377bc6da02826 diff --git a/trunk/arch/x86/realmode/rm/reboot_32.S b/trunk/arch/x86/realmode/rm/reboot_32.S index 8d9bfd13a93e..114044876b3d 100644 --- a/trunk/arch/x86/realmode/rm/reboot_32.S +++ b/trunk/arch/x86/realmode/rm/reboot_32.S @@ -76,7 +76,7 @@ machine_real_restart_asm16: movl %edx, %cr0 movl %ecx, %cr3 movl %cr0, %edx - andl $0x60000000, %edx /* If no cache bits -> no wbinvd */ + testl $0x60000000, %edx /* If no cache bits -> no wbinvd */ jz 2f wbinvd 2: