Skip to content

Commit

Permalink
MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus per PI spec ve…
Browse files Browse the repository at this point in the history
…rsion 1.2.1.

Signed-off-by: Sun Rui <[email protected]>
Reviewed-by: Tian Hot <[email protected]>


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13654 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
sun-rui committed Aug 21, 2012
1 parent 89b5f4b commit 09c990a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MdePkg/Include/Pi/PiSmmCis.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
///
Expand Down

0 comments on commit 09c990a

Please sign in to comment.