diff options
author | Erik Schmauss <erik.schmauss@intel.com> | 2019-02-15 16:36:17 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-02-24 15:12:00 -0500 |
commit | 9a8d961f1ef835b0d338fbe13da03cb424e87ae5 (patch) | |
tree | fb580ebeb5557963c91941879f7a146b3c641af1 /include/acpi/actbl1.h | |
parent | b5eab512e7cffb2bb37c4b342b5594e9e75fd486 (diff) |
ACPICA: ACPI 6.3: HMAT updates
ACPICA commit a216e8ca9f7c79f90788b193e2e61151b2c973c0
This change reserves several field and renames subtable 0 to
"memory proximity domain attributes"
Link: https://github.com/acpica/acpica/commit/a216e8ca
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/actbl1.h')
-rw-r--r-- | include/acpi/actbl1.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 45b0f532f63b..e26d5cf30a1f 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h | |||
@@ -1406,17 +1406,17 @@ struct acpi_hmat_structure { | |||
1406 | * HMAT Structures, correspond to Type in struct acpi_hmat_structure | 1406 | * HMAT Structures, correspond to Type in struct acpi_hmat_structure |
1407 | */ | 1407 | */ |
1408 | 1408 | ||
1409 | /* 0: Memory subystem address range */ | 1409 | /* 0: Memory proximity domain attributes */ |
1410 | 1410 | ||
1411 | struct acpi_hmat_address_range { | 1411 | struct acpi_hmat_proximity_domain { |
1412 | struct acpi_hmat_structure header; | 1412 | struct acpi_hmat_structure header; |
1413 | u16 flags; | 1413 | u16 flags; |
1414 | u16 reserved1; | 1414 | u16 reserved1; |
1415 | u32 processor_PD; /* Processor proximity domain */ | 1415 | u32 processor_PD; /* Processor proximity domain */ |
1416 | u32 memory_PD; /* Memory proximity domain */ | 1416 | u32 memory_PD; /* Memory proximity domain */ |
1417 | u32 reserved2; | 1417 | u32 reserved2; |
1418 | u64 physical_address_base; /* Physical address range base */ | 1418 | u64 reserved3; |
1419 | u64 physical_address_length; /* Physical address range length */ | 1419 | u64 reserved4; |
1420 | }; | 1420 | }; |
1421 | 1421 | ||
1422 | /* Masks for Flags field above */ | 1422 | /* Masks for Flags field above */ |