Update definition of EFI_SMM_CPU_SAVE_STATE to exclude Itanium save state. Note this is an inconsistency with the Framework SMM CIS spec.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11187 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3 2010-12-22 02:34:45 +00:00
parent 36e8c95557
commit 6ac6f98708
1 changed files with 3 additions and 1 deletions

View File

@ -307,9 +307,11 @@ typedef union {
///
EFI_SMI_CPU_SAVE_STATE Ia32SaveState;
///
/// Note: Inconsistency with the Framework SMM CIS spec - Itanium save state not included.
///
/// The processor save-state information for Itanium processors.
///
EFI_PMI_SYSTEM_CONTEXT ItaniumSaveState;
/// EFI_PMI_SYSTEM_CONTEXT ItaniumSaveState;
} EFI_SMM_CPU_SAVE_STATE;
///