Skip to content

Commit ff418f3

Browse files
zhang-ruirafaeljw
authored andcommitted
ACPICA: Complete CXL 3.0 CXIMS structures
ACPICA commit eb2a2ff303416fb3f6c425d519dbcd6988dbd91f Commit 2d8dc0383d3c9 ("Add CXL 3.0 structures (CXIMS & RDPAS) to the CEDT table") introduces basic support for CXL XOR Interleave Math Structure (CXIMS). Complete the CXIMS structures. No functional change. Link: acpica/acpica@eb2a2ff3 Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 7afea7b commit ff418f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/acpi/actbl1.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,10 @@ struct acpi_cedt_cxims {
567567
u64 xormap_list[];
568568
};
569569

570+
struct acpi_cedt_cxims_target_element {
571+
u64 xormap;
572+
};
573+
570574
/* 3: CXL RCEC Downstream Port Association Structure */
571575

572576
struct acpi_cedt_rdpas {

0 commit comments

Comments
 (0)