Skip to content

Commit 9a8d961

Browse files
Erik Schmaussrafaeljw
authored andcommitted
ACPICA: ACPI 6.3: HMAT updates
ACPICA commit a216e8ca9f7c79f90788b193e2e61151b2c973c0 This change reserves several field and renames subtable 0 to "memory proximity domain attributes" Link: acpica/acpica@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>
1 parent b5eab51 commit 9a8d961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/acpi/actbl1.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,17 +1406,17 @@ struct acpi_hmat_structure {
14061406
* HMAT Structures, correspond to Type in struct acpi_hmat_structure
14071407
*/
14081408

1409-
/* 0: Memory subystem address range */
1409+
/* 0: Memory proximity domain attributes */
14101410

1411-
struct acpi_hmat_address_range {
1411+
struct acpi_hmat_proximity_domain {
14121412
struct acpi_hmat_structure header;
14131413
u16 flags;
14141414
u16 reserved1;
14151415
u32 processor_PD; /* Processor proximity domain */
14161416
u32 memory_PD; /* Memory proximity domain */
14171417
u32 reserved2;
1418-
u64 physical_address_base; /* Physical address range base */
1419-
u64 physical_address_length; /* Physical address range length */
1418+
u64 reserved3;
1419+
u64 reserved4;
14201420
};
14211421

14221422
/* Masks for Flags field above */

0 commit comments

Comments
 (0)