From cc08065caea36f373f513f60cd800464e1955b5f Mon Sep 17 00:00:00 2001 From: Jeff Fan Date: Tue, 8 Dec 2015 08:39:21 +0000 Subject: UefiCpuPkg/CpuMpPei: Add missing point at function header (Sync patch r19165 from main trunk.) Cc: Qiu Shumin Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan Reviewed-by: Qiu Shumin git-svn-id: https://svn.code.sf.net/p/edk2/code/branches/UDK2015@19167 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/CpuMpPei/CpuMpPei.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UefiCpuPkg') 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 -- cgit v1.2.3