diff options
Diffstat (limited to 'arch')
-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 e90f8c4bbae2..50ba994ba921 100644 --- a/arch/x86/realmode/rm/reboot_32.S +++ b/arch/x86/realmode/rm/reboot_32.S | |||
@@ -85,7 +85,7 @@ machine_real_restart_asm16: | |||
85 | movl %edx, %cr0 | 85 | movl %edx, %cr0 |
86 | LJMPW_RM(3f) | 86 | LJMPW_RM(3f) |
87 | 3: | 87 | 3: |
88 | testb $0, %al | 88 | andw %ax, %ax |
89 | jz bios | 89 | jz bios |
90 | 90 | ||
91 | apm: | 91 | apm: |