diff options
Diffstat (limited to 'arch/x86/include/asm/emergency-restart.h')
| -rw-r--r-- | arch/x86/include/asm/emergency-restart.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/emergency-restart.h b/arch/x86/include/asm/emergency-restart.h index cc70c1c78ca..75ce3f47d20 100644 --- a/arch/x86/include/asm/emergency-restart.h +++ b/arch/x86/include/asm/emergency-restart.h @@ -4,9 +4,7 @@  enum reboot_type {  	BOOT_TRIPLE = 't',  	BOOT_KBD = 'k', -#ifdef CONFIG_X86_32  	BOOT_BIOS = 'b', -#endif  	BOOT_ACPI = 'a',  	BOOT_EFI = 'e',  	BOOT_CF9 = 'p',  |