Skip to content

Commit 5833942

Browse files
aeglrafaeljw
authored andcommitted
ACPICA: infrastructure: Add new DMT_BUF types and shorten a long name
ACPICA commit b8713f71b4023a0396fe61503bbbf5226e5eed1b Some ERDT subtables have 11 and 24 byte reserved fields. Add the ACPI_DMT_BUF11 and ACPI_DMT_BUF24 types to describe these reserved fields in struct acpi_dmtable_info structures. Shorten the ACPI_SUBTABLE_HEADER_16 name to ACPI_SUBTBL_HDR Link: acpica/acpica@b8713f71 Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent ddcc217 commit 5833942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/acpi/actbl1.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ struct acpi_aspt_acpi_mbox_regs {
157157

158158
/* Larger subtable header (when Length can exceed 255) */
159159

160-
struct acpi_subtable_header_16 {
160+
struct acpi_subtbl_hdr_16 {
161161
u16 type;
162162
u16 length;
163163
};

include/acpi/actbl2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ struct acpi_table_mrrm {
17641764
******************************************************************************/
17651765

17661766
struct acpi_mrrm_mem_range_entry {
1767-
struct acpi_subtable_header_16 header;
1767+
struct acpi_subtbl_hdr_16 header;
17681768
u32 reserved0; /* Reserved */
17691769
u64 addr_base; /* Base addr of the mem range */
17701770
u64 addr_len; /* Length of the mem range */

0 commit comments

Comments
 (0)