]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SmmCpu.h
MdePkg/MpService.h: Trim whitespace at end of line
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmCpu.h
index 03342366c436f8ef8062424c25f90a19ace57300..2e7f7c3db049fb6d84504f45dde36df49da304f5 100644 (file)
@@ -6,8 +6,8 @@
   but not in the same format. These so-called pseudo-registers provide this information in a standard \r
   format.  \r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2009 - 2012, 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
   http://opensource.org/licenses/bsd-license.php                                            \r
@@ -106,7 +106,8 @@ typedef enum {
   /// Pseudo-Registers\r
   ///\r
   EFI_SMM_SAVE_STATE_REGISTER_IO            = 512,\r
-  EFI_SMM_SAVE_STATE_REGISTER_LMA           = 513\r
+  EFI_SMM_SAVE_STATE_REGISTER_LMA           = 513,\r
+  EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID  = 514\r
 } EFI_SMM_SAVE_STATE_REGISTER;  \r
 \r
 ///\r
@@ -151,9 +152,7 @@ typedef struct _EFI_SMM_SAVE_STATE_IO_INFO {
   /// instructions (OUT, OUTS) this is data that was written before the SMI occurred. The \r
   /// width of the data is specified by IoWidth.\r
   ///\r
-  /// Note: inconsistency with PI 1.2 spec here. wait for spec update.\r
-  ///\r
-  UINTN                         IoData;\r
+  UINT64                        IoData;\r
   ///\r
   /// The I/O port that was being accessed when the SMI was triggered.\r
   ///\r