From 09c990aeb1d4def43f5f0df167f0a8b8ea659e06 Mon Sep 17 00:00:00 2001 From: rsun3 Date: Tue, 21 Aug 2012 06:31:20 +0000 Subject: MdePkg PiSmmCis.h: clarify the meaning of NumberOfCpus per PI spec version 1.2.1. Signed-off-by: Sun Rui Reviewed-by: Tian Hot git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13654 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Pi/PiSmmCis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdePkg') diff --git a/MdePkg/Include/Pi/PiSmmCis.h b/MdePkg/Include/Pi/PiSmmCis.h index 25dd51471..29e5e9067 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; /// -- cgit v1.2.3