[PATCH 1/2] efi: get rid of EFI_SYSTEM_TABLES status bit
From: Matt Fleming <hidden>
Date: 2016-02-26 14:43:30
Also in:
linux-efi
From: Matt Fleming <hidden>
Date: 2016-02-26 14:43:30
Also in:
linux-efi
On Fri, 26 Feb, at 03:20:34PM, Ard Biesheuvel wrote:
The EFI_SYSTEM_TABLES status bit is set by all EFI supporting architectures upon discovery of the EFI system table, but the bit is never tested in any code we have in the tree. So remove it. Signed-off-by: Ard Biesheuvel <redacted> --- arch/ia64/kernel/efi.c | 2 -- arch/x86/platform/efi/efi.c | 2 -- drivers/firmware/efi/arm-runtime.c | 1 - include/linux/efi.h | 1 - 4 files changed, 6 deletions(-)
Oops. Looks good, thanks Ard.