From: Hojin Nam Date: Mon, 19 Feb 2024 01:06:52 +0000 (+0900) Subject: ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table X-Git-Tag: v6.10-rc1~174^2~5^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f35712c2da2b92e03baf618fe469c64591d96fd;p=thirdparty%2Fkernel%2Flinux.git ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT table 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 Signed-off-by: Rafael J. Wysocki --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 1f58c5d868691..841ef9f227951 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -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;