]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg SmmCpu.h: Add EFI_SMM_SAVE_STATE_REGISTER_PROCESSOR_ID in enum EFI_SMM_SAVE_ST...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 30 May 2012 05:24:42 +0000 (05:24 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 30 May 2012 05:24:42 +0000 (05:24 +0000)
Signed-off-by: Sun Rui <rui.sun@intel.com>
Reviewed-by: Fan Jeff <jeff.fan@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13374 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/SmmCpu.h

index 673a31728832cb54bd98383488cc8aa06295515e..2e7f7c3db049fb6d84504f45dde36df49da304f5 100644 (file)
@@ -6,7 +6,7 @@
   but not in the same format. These so-called pseudo-registers provide this information in a standard \r
   format.  \r
 \r
-  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\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
@@ -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