diff options
-rw-r--r-- | arch/x86/kernel/efi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/efi.c b/arch/x86/kernel/efi.c index a70fe77354b8..174b067b9d03 100644 --- a/arch/x86/kernel/efi.c +++ b/arch/x86/kernel/efi.c | |||
@@ -371,11 +371,9 @@ void __init efi_init(void) | |||
371 | printk(KERN_WARNING "Kernel-defined memdesc" | 371 | printk(KERN_WARNING "Kernel-defined memdesc" |
372 | "doesn't match the one from EFI!\n"); | 372 | "doesn't match the one from EFI!\n"); |
373 | 373 | ||
374 | #ifdef CONFIG_X86_64 | ||
375 | /* Setup for EFI runtime service */ | 374 | /* Setup for EFI runtime service */ |
376 | reboot_type = BOOT_EFI; | 375 | reboot_type = BOOT_EFI; |
377 | 376 | ||
378 | #endif | ||
379 | #if EFI_DEBUG | 377 | #if EFI_DEBUG |
380 | print_efi_memmap(); | 378 | print_efi_memmap(); |
381 | #endif | 379 | #endif |