Skip to content

Commit 7f35712

Browse files
HojinNammrafaeljw
authored andcommitted
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: acpica/acpica@a0ad1ed5 Signed-off-by: Hojin Nam <hj96.nam@samsung.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent e194810 commit 7f35712

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/acpi/actbl1.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,6 @@ struct acpi_cedt_cxims {
571571

572572
struct acpi_cedt_rdpas {
573573
struct acpi_cedt_header header;
574-
u8 reserved1;
575-
u16 length;
576574
u16 segment;
577575
u16 bdf;
578576
u8 protocol;

0 commit comments

Comments
 (0)