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
This commit is contained in:
Jeff Fan 2015-12-08 07:51:29 +00:00 committed by vanjeff
parent 214a3b7941
commit 5ac96e3a28
1 changed files with 2 additions and 2 deletions

View File

@ -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