diff options
Diffstat (limited to 'include/asm-x86/emergency-restart.h')
-rw-r--r-- | include/asm-x86/emergency-restart.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/emergency-restart.h b/include/asm-x86/emergency-restart.h index 54189084462a..8e6aef19f8f0 100644 --- a/include/asm-x86/emergency-restart.h +++ b/include/asm-x86/emergency-restart.h | |||
@@ -4,6 +4,9 @@ | |||
4 | enum reboot_type { | 4 | enum reboot_type { |
5 | BOOT_TRIPLE = 't', | 5 | BOOT_TRIPLE = 't', |
6 | BOOT_KBD = 'k', | 6 | BOOT_KBD = 'k', |
7 | #ifdef CONFIG_X86_32 | ||
8 | BOOT_BIOS = 'b', | ||
9 | #endif | ||
7 | BOOT_ACPI = 'a', | 10 | BOOT_ACPI = 'a', |
8 | BOOT_EFI = 'e' | 11 | BOOT_EFI = 'e' |
9 | }; | 12 | }; |