mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
89b5f4b33f
commit
09c990aeb1
|
@ -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;
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue