Skip to content

Commit eddf120

Browse files
Davidlohr Buesorafaeljw
authored andcommitted
ACPICA: CEDT: Add Back-Invalidate restriction to CXL Window
This is added in newer version (3.0+) of the CXL Spec to support the HDM-DB coherency model. Link: acpica/acpica@a6886da1 Signed-off-by: Davidlohr Bueso <dave@stgolabs.net> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 8ca944f commit eddf120

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/acpi/actbl1.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ struct acpi_cedt_cfmws_target_element {
565565
#define ACPI_CEDT_CFMWS_RESTRICT_VOLATILE (1<<2)
566566
#define ACPI_CEDT_CFMWS_RESTRICT_PMEM (1<<3)
567567
#define ACPI_CEDT_CFMWS_RESTRICT_FIXED (1<<4)
568+
#define ACPI_CEDT_CFMWS_RESTRICT_BI (1<<5)
568569

569570
/* 2: CXL XOR Interleave Math Structure */
570571

0 commit comments

Comments
 (0)