Skip to content

Commit

Permalink
Fix CXL 3.0 structure (RDPAS) in the CEDT table
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Hojin Nam <hj96.nam@samsung.com>
  • Loading branch information
HojinNamm committed Feb 19, 2024
1 parent a6a236c commit a0ad1ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/include/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,6 @@ struct acpi_cedt_cxims {

struct acpi_cedt_rdpas {
ACPI_CEDT_HEADER Header;
UINT8 Reserved1;
UINT16 Length;
UINT16 Segment;
UINT16 Bdf;
UINT8 Protocol;
Expand Down

0 comments on commit a0ad1ed

Please sign in to comment.