Skip to content

Commit

Permalink
ACPICA: ACPI 6.3: HMAT updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Erik Schmauss authored and Rafael J. Wysocki committed Feb 24, 2019
1 parent b5eab51 commit 9a8d961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -1406,17 +1406,17 @@ struct acpi_hmat_structure {
* HMAT Structures, correspond to Type in struct acpi_hmat_structure
*/

/* 0: Memory subystem address range */
/* 0: Memory proximity domain attributes */

struct acpi_hmat_address_range {
struct acpi_hmat_proximity_domain {
struct acpi_hmat_structure header;
u16 flags;
u16 reserved1;
u32 processor_PD; /* Processor proximity domain */
u32 memory_PD; /* Memory proximity domain */
u32 reserved2;
u64 physical_address_base; /* Physical address range base */
u64 physical_address_length; /* Physical address range length */
u64 reserved3;
u64 reserved4;
};

/* Masks for Flags field above */
Expand Down

0 comments on commit 9a8d961

Please sign in to comment.