Re: [RFC][PATCH 04/11] x86/efi: Delete dead code when checking for non-native

2014-02-07 Thread Borislav Petkov
On Wed, Jan 29, 2014 at 04:23:50PM +, Matt Fleming wrote: From: Matt Fleming matt.flem...@intel.com Both efi_free_boot_services() and efi_enter_virtual_mode() are invoked from init/main.c, but only if the EFI runtime services are available. This is not the case for non-native boots, e.g.

[RFC][PATCH 04/11] x86/efi: Delete dead code when checking for non-native

2014-01-29 Thread Matt Fleming
From: Matt Fleming matt.flem...@intel.com Both efi_free_boot_services() and efi_enter_virtual_mode() are invoked from init/main.c, but only if the EFI runtime services are available. This is not the case for non-native boots, e.g. where a 64-bit kernel is booted with 32-bit EFI firmware. Delete