diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-21 06:31:20 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-21 06:31:20 +0000 |
commit | 09c990aeb1d4def43f5f0df167f0a8b8ea659e06 (patch) | |
tree | d243e7542dfc2b07846427d8ae4a988ea56f9ebb /MdePkg | |
parent | 89b5f4b33fd5f4ec9cf6b7c341d47f912ad5c7b7 (diff) | |
download | edk2-platforms-09c990aeb1d4def43f5f0df167f0a8b8ea659e06.tar.xz |
MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus per PI spec version 1.2.1.
Signed-off-by: Sun Rui <rui.sun@intel.com>
Reviewed-by: Tian Hot <hot.tian@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13654 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Pi/PiSmmCis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Pi/PiSmmCis.h b/MdePkg/Include/Pi/PiSmmCis.h index 25dd51471b..29e5e90675 100644 --- a/MdePkg/Include/Pi/PiSmmCis.h +++ b/MdePkg/Include/Pi/PiSmmCis.h @@ -216,7 +216,7 @@ typedef struct _EFI_SMM_ENTRY_CONTEXT { ///
UINTN CurrentlyExecutingCpu;
///
- /// The number of current operational processors in the platform. This is a 1 based
+ /// The number of possible processors in the platform. This is a 1 based
/// counter. This does not indicate the number of processors that entered SMM.
///
UINTN NumberOfCpus;
@@ -297,7 +297,7 @@ struct _EFI_SMM_SYSTEM_TABLE2 { ///
UINTN CurrentlyExecutingCpu;
///
- /// The number of current operational processors in the platform. This is a 1 based counter.
+ /// The number of possible processors in the platform. This is a 1 based counter.
///
UINTN NumberOfCpus;
///
|