linux/arch/x86/realmode/rm
H. Peter Anvin 6feb592dce x86, realmode: Fix always-zero test in reboot_32.S
A test instruction is an "and", and an and with zero is always zero.
This would cause us to always take the BIOS path, not the APM path, in
case anyone actually cares...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-17-git-send-email-jarkko.sakkinen@intel.com
2012-05-08 11:48:04 -07:00
..
wakeup x86, realmode: Replace open-coded ljmpw with a macro 2012-05-08 11:48:03 -07:00
.gitignore x86, realmode: realmode.bin infrastructure 2012-05-08 11:41:48 -07:00
header.S x86, realmode: Move ACPI wakeup to unified realmode code 2012-05-08 11:46:05 -07:00
Makefile x86, realmode: Move trampoline_*.S early in the link order 2012-05-08 11:48:03 -07:00
realmode.h x86, realmode: Replace open-coded ljmpw with a macro 2012-05-08 11:48:03 -07:00
realmode.lds.S x86, realmode: Add .text64 section, make barrier symbols absolute 2012-05-08 11:47:18 -07:00
reboot_32.S x86, realmode: Fix always-zero test in reboot_32.S 2012-05-08 11:48:04 -07:00
trampoline_32.S x86, realmode: Replace open-coded ljmpw with a macro 2012-05-08 11:48:03 -07:00
trampoline_64.S x86, realmode: Replace open-coded ljmpw with a macro 2012-05-08 11:48:03 -07:00