summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/CpuMpPei/CpuMpPei.c
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2015-12-08 07:51:29 +0000
committervanjeff <vanjeff@Edk2>2015-12-08 07:51:29 +0000
commit5ac96e3a28dd26eabee421919f67fa7c443a47f1 (patch)
tree5196dba3a24bd62720bfdafc257c1deb5a8f87c6 /UefiCpuPkg/CpuMpPei/CpuMpPei.c
parent214a3b79417f64bf2faae74af42c1b9d23f50dc8 (diff)
downloadedk2-5ac96e3a28dd26eabee421919f67fa7c443a47f1.tar.gz
edk2-5ac96e3a28dd26eabee421919f67fa7c443a47f1.tar.bz2
edk2-5ac96e3a28dd26eabee421919f67fa7c443a47f1.zip
UefiCpuPkg/CpuMpPei: Add missing point at function header
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/trunk/edk2@19165 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/CpuMpPei/CpuMpPei.c')
-rw-r--r--UefiCpuPkg/CpuMpPei/CpuMpPei.c4
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