diff options
author | Jeff Fan <jeff.fan@intel.com> | 2015-12-08 08:39:21 +0000 |
---|---|---|
committer | vanjeff <vanjeff@Edk2> | 2015-12-08 08:39:21 +0000 |
commit | cc08065caea36f373f513f60cd800464e1955b5f (patch) | |
tree | 447f6dc2a838ba677a5b2402641771eabea40ce8 | |
parent | a1395ce447423d0d3aa74fce5e790081caebb6c4 (diff) | |
download | edk2-platforms-cc08065caea36f373f513f60cd800464e1955b5f.tar.xz |
UefiCpuPkg/CpuMpPei: Add missing point at function header
(Sync patch r19165 from main trunk.)
Cc: Qiu Shumin <shumin.qiu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@19167 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | UefiCpuPkg/CpuMpPei/CpuMpPei.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.c b/UefiCpuPkg/CpuMpPei/CpuMpPei.c index ab1260d045..2e6e7611a2 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.c +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.c @@ -142,7 +142,7 @@ GetMpHobData ( }
/**
- Save the volatile registers required to be restored following INIT IPI
+ Save the volatile registers required to be restored following INIT IPI.
@param VolatileRegisters Returns buffer saved the volatile resisters
**/
@@ -173,7 +173,7 @@ SaveVolatileRegisters ( }
/**
- Restore the volatile registers following INIT IPI
+ Restore the volatile registers following INIT IPI.
@param VolatileRegisters Pointer to volatile resisters
@param IsRestoreDr TRUE: Restore DRx if supported
|