summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2022-08-17 10:31:55 -0700
committerRobert Moore <Robert.Moore@intel.com>2022-08-17 10:31:55 -0700
commit99acb896fbea14d5e5b10bd73ccd559363a719f7 (patch)
treeba349d83e5d1026f250d74a2bd84a35cf0fa41db
parente07d0dc97ebee68bc830bb03a56d90c715075e15 (diff)
downloadacpica-99acb896fbea14d5e5b10bd73ccd559363a719f7.tar.gz
Revert "Add the CXIMS structure definition to the CEDT table"
This reverts commit 1d4392a2bcd9aa92b2848b321e65a2b63baecc29. This pull request had build issues.
-rw-r--r--source/include/actbl1.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/source/include/actbl1.h b/source/include/actbl1.h
index 94a49a639..3de78b0d8 100644
--- a/source/include/actbl1.h
+++ b/source/include/actbl1.h
@@ -525,8 +525,7 @@ enum AcpiCedtType
{
ACPI_CEDT_TYPE_CHBS = 0,
ACPI_CEDT_TYPE_CFMWS = 1,
- ACPI_CEDT_TYPE_CXIMS = 2,
- ACPI_CEDT_TYPE_RESERVED = 3,
+ ACPI_CEDT_TYPE_RESERVED = 2,
};
/* Values for version field above */
@@ -584,7 +583,6 @@ typedef struct acpi_cedt_cfmws_target_element
/* Values for Interleave Arithmetic field above */
#define ACPI_CEDT_CFMWS_ARITHMETIC_MODULO (0)
-#define ACPI_CEDT_CFMWS_ARITHMETIC_XOR (1)
/* Values for Restrictions field above */
@@ -594,15 +592,6 @@ typedef struct acpi_cedt_cfmws_target_element
#define ACPI_CEDT_CFMWS_RESTRICT_PMEM (1<<3)
#define ACPI_CEDT_CFMWS_RESTRICT_FIXED (1<<4)
-/* 2: CXL XOR Interleave Math Structure */
-
-struct acpi_cedt_cxims {
- ACPI_CEDT_HEADER Header;
- UINT16 Reserved1;
- UINT8 Hbig;
- UINT8 NrXormaps;
- UINT64 XormapList[];
-};
/*******************************************************************************
*