]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table
authorHojin Nam <hj96.nam@samsung.com>
Mon, 19 Feb 2024 01:06:52 +0000 (10:06 +0900)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 12 Apr 2024 13:45:14 +0000 (15:45 +0200)
ACPICA commit a0ad1ed5105fb8a15f6f8384b8ab0a2157efaf23

struct acpi_cedt_rdpas does not match with CXL r3.0 9.17.1.5
Table 9-24. reserved1 and length fields are already added by
struct acpi_cedt_header.

Link: https://github.com/acpica/acpica/commit/a0ad1ed5
Signed-off-by: Hojin Nam <hj96.nam@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actbl1.h

index 1f58c5d86869134f8af76c6bcf5fb8c160c9e8c4..841ef9f22795127eaca18d09c1f895b0f01d0ef2 100644 (file)
@@ -571,8 +571,6 @@ struct acpi_cedt_cxims {
 
 struct acpi_cedt_rdpas {
        struct acpi_cedt_header header;
-       u8 reserved1;
-       u16 length;
        u16 segment;
        u16 bdf;
        u8 protocol;