]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Include/AcpiCpuData.h
UefiCpuPkg/AcpiCpuData: Update RegisterTableEntry type
[mirror_edk2.git] / UefiCpuPkg / Include / AcpiCpuData.h
index 12e9692c5cf80b5294ef14c61c43a1788b9e844a..130eb908953da05a5285cc5f8a958b1c354fb04a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Definitions for CPU S3 data.\r
 \r
-Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -55,10 +55,10 @@ typedef struct {
   //\r
   UINT32                    InitialApicId;\r
   //\r
-  // Buffer of CPU_REGISTER_TABLE_ENTRY structures.  This buffer must be\r
+  // Physical address of CPU_REGISTER_TABLE_ENTRY structures.  This buffer must be\r
   // allocated below 4GB from memory of type EfiACPIMemoryNVS.\r
   //\r
-  CPU_REGISTER_TABLE_ENTRY  *RegisterTableEntry;\r
+  EFI_PHYSICAL_ADDRESS      RegisterTableEntry;\r
 } CPU_REGISTER_TABLE;\r
 \r
 //\r