]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Change the type of the IoData field of EFI_SMM_SAVE_STATE_IO_INFO from UINTN to UINT6...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 May 2011 10:04:08 +0000 (10:04 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 17 May 2011 10:04:08 +0000 (10:04 +0000)
Signed-off-by: rsun3
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11673 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/SmmCpu.h

index 7fc177e1cca472a9a45496b4e124fb9ea6b25fef..673a31728832cb54bd98383488cc8aa06295515e 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, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, 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
@@ -151,9 +151,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