EFI: warn only for pre-1.00 system tables
We used to warn unless the EFI system table major revision was exactly 1. But EFI 2.00 firmware is starting to appear, and the 2.00 changes don't affect anything in Linux. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Cc: Andi Kleen <ak@suse.de> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f038f9a361
commit
873ec74615
@@ -213,7 +213,6 @@ typedef struct {
|
||||
} efi_config_table_t;
|
||||
|
||||
#define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)
|
||||
#define EFI_SYSTEM_TABLE_REVISION ((1 << 16) | 00)
|
||||
|
||||
typedef struct {
|
||||
efi_table_hdr_t hdr;
|
||||
|
||||
Reference in New Issue
Block a user