瀏覽代碼

x86: use reboot_type on EFI 32

This patch makes reboot_type of BOOT_EFI is used on i386 too. Because
correpsonding reboot code of i386 and x86_64 is merged.

Signed-off-by: Huang Ying <ying.huang@intel.com>

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Huang, Ying 17 年之前
父節點
當前提交
bed23c67fe
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/x86/kernel/efi.c

+ 0 - 2
arch/x86/kernel/efi.c

@@ -371,11 +371,9 @@ void __init efi_init(void)
 		printk(KERN_WARNING "Kernel-defined memdesc"
 		printk(KERN_WARNING "Kernel-defined memdesc"
 		       "doesn't match the one from EFI!\n");
 		       "doesn't match the one from EFI!\n");
 
 
-#ifdef CONFIG_X86_64
 	/* Setup for EFI runtime service */
 	/* Setup for EFI runtime service */
 	reboot_type = BOOT_EFI;
 	reboot_type = BOOT_EFI;
 
 
-#endif
 #if EFI_DEBUG
 #if EFI_DEBUG
 	print_efi_memmap();
 	print_efi_memmap();
 #endif
 #endif