diff options
| author | Dan Williams <[email protected]> | 2017-12-08 16:29:25 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2018-02-22 21:46:35 +0000 |
| commit | 24bada7991d9f1d412f9bfca36716e8457cb4f90 (patch) | |
| tree | 46fb4492f9143ce918217096f9e2ce935a408107 /drivers/acpi/tables.c | |
| parent | Linux 4.16-rc2 (diff) | |
| download | kernel-24bada7991d9f1d412f9bfca36716e8457cb4f90.tar.gz kernel-24bada7991d9f1d412f9bfca36716e8457cb4f90.zip | |
ACPI: add NFIT and HMAT to the initrd override list
These tables, NFIT and HMAT, are essential for describing
next-generation platform memory topologies and performance
characteristics. Allow them to be overridden for debug and test and
purposes.
Signed-off-by: Dan Williams <[email protected]>
Reviewed-by: Ross Zwisler <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/acpi/tables.c')
| -rw-r--r-- | drivers/acpi/tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables.c b/drivers/acpi/tables.c index 7bcb66ccccf3..849c4fb19b03 100644 --- a/drivers/acpi/tables.c +++ b/drivers/acpi/tables.c @@ -457,7 +457,7 @@ static const char * const table_sigs[] = { ACPI_SIG_UEFI, ACPI_SIG_WAET, ACPI_SIG_WDAT, ACPI_SIG_WDDT, ACPI_SIG_WDRT, ACPI_SIG_DSDT, ACPI_SIG_FADT, ACPI_SIG_PSDT, ACPI_SIG_RSDT, ACPI_SIG_XSDT, ACPI_SIG_SSDT, ACPI_SIG_IORT, - NULL }; + ACPI_SIG_NFIT, ACPI_SIG_HMAT, NULL }; #define ACPI_HEADER_SIZE sizeof(struct acpi_table_header) |
