]> Git Repo - linux.git/commitdiff
ACPI: add NFIT and HMAT to the initrd override list
authorDan Williams <[email protected]>
Fri, 8 Dec 2017 16:29:25 +0000 (08:29 -0800)
committerRafael J. Wysocki <[email protected]>
Thu, 22 Feb 2018 21:46:35 +0000 (22:46 +0100)
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]>
drivers/acpi/tables.c

index 7bcb66ccccf3ee11513ca419620a63b18a955bce..849c4fb19b033f54a93db411d150e5fce9b6efc6 100644 (file)
@@ -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)
 
This page took 0.047518 seconds and 4 git commands to generate.