diff options
Diffstat (limited to 'arch/x86/realmode')
-rw-r--r-- | arch/x86/realmode/rm/reboot_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/realmode/rm/reboot_32.S b/arch/x86/realmode/rm/reboot_32.S index 8d9bfd13a93e..114044876b3d 100644 --- a/arch/x86/realmode/rm/reboot_32.S +++ b/arch/x86/realmode/rm/reboot_32.S | |||
@@ -76,7 +76,7 @@ machine_real_restart_asm16: | |||
76 | movl %edx, %cr0 | 76 | movl %edx, %cr0 |
77 | movl %ecx, %cr3 | 77 | movl %ecx, %cr3 |
78 | movl %cr0, %edx | 78 | movl %cr0, %edx |
79 | andl $0x60000000, %edx /* If no cache bits -> no wbinvd */ | 79 | testl $0x60000000, %edx /* If no cache bits -> no wbinvd */ |
80 | jz 2f | 80 | jz 2f |
81 | wbinvd | 81 | wbinvd |
82 | 2: | 82 | 2: |