]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Library/Acpi/Arm/AcpiPpttLibArm/PpttGenerator.h
DynamicTablesPkg: Remove PPTT ID structure from ACPI 6.4 generator
[mirror_edk2.git] / DynamicTablesPkg / Library / Acpi / Arm / AcpiPpttLibArm / PpttGenerator.h
index f587e67e9f8bf51511c6187ba0384e1cb60661d5..15b0a9871c3d555a62b79595c317e6597f6ead05 100644 (file)
@@ -171,8 +171,6 @@ typedef struct AcpiPpttGenerator {
   UINT32                  ProcHierarchyNodeCount;\r
   /// Count of Cache Structures\r
   UINT32                  CacheStructCount;\r
-  /// Count of Id Structures\r
-  UINT32                  IdStructCount;\r
   /// List of indexed CM objects for PPTT generation\r
   PPTT_NODE_INDEXER       *NodeIndexer;\r
   /// Pointer to the start of Processor Hierarchy nodes in\r
@@ -180,8 +178,6 @@ typedef struct AcpiPpttGenerator {
   PPTT_NODE_INDEXER       *ProcHierarchyNodeIndexedList;\r
   /// Pointer to the start of Cache Structures in the Node Indexer array\r
   PPTT_NODE_INDEXER       *CacheStructIndexedList;\r
-  /// Pointer to the start of Id Structures in the Node Indexer array\r
-  PPTT_NODE_INDEXER       *IdStructIndexedList;\r
 } ACPI_PPTT_GENERATOR;\r
 \r
 #pragma pack()\r