diff options
author | Hojin Nam <hj96.nam@samsung.com> | 2024-02-19 10:06:52 +0900 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-04-12 15:45:14 +0200 |
commit | 7f35712c2da2b92e03baf618fe469c64591d96fd (patch) | |
tree | e48a9fd4c3b89abd865223450f29c656a2e782f3 /include/acpi | |
parent | e19481071d0afe3b05cbb6602d7a53599e3e8506 (diff) | |
download | linux-7f35712c2da2b92e03baf618fe469c64591d96fd.tar.gz linux-7f35712c2da2b92e03baf618fe469c64591d96fd.tar.bz2 linux-7f35712c2da2b92e03baf618fe469c64591d96fd.zip |
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 <hj96.nam@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actbl1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 1f58c5d86869..841ef9f22795 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; |