Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: https://github.com/acpica/acpica/commit/b8713f71
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/3643286.iIbC2pHGDl@rjwysocki.net

authored by

Tony Luck and committed by
Rafael J. Wysocki
5833942d ddcc2171

+2 -2
+1 -1
include/acpi/actbl1.h
··· 157 157 158 158 /* Larger subtable header (when Length can exceed 255) */ 159 159 160 - struct acpi_subtable_header_16 { 160 + struct acpi_subtbl_hdr_16 { 161 161 u16 type; 162 162 u16 length; 163 163 };
+1 -1
include/acpi/actbl2.h
··· 1764 1764 ******************************************************************************/ 1765 1765 1766 1766 struct acpi_mrrm_mem_range_entry { 1767 - struct acpi_subtable_header_16 header; 1767 + struct acpi_subtbl_hdr_16 header; 1768 1768 u32 reserved0; /* Reserved */ 1769 1769 u64 addr_base; /* Base addr of the mem range */ 1770 1770 u64 addr_len; /* Length of the mem range */