From a5953380b18ca53facb42650fecf75cf3a4f0f92 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 10 Oct 2012 07:39:01 +0000 Subject: [PATCH] Add missing parameter in functions header. signed-off-by: Jeff Fan git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13815 6f19259b-4bc3-4df7-8a09-765794883524 --- UefiCpuPkg/Library/MtrrLib/MtrrLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c index dea474dd94..586c620bd1 100644 --- a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c +++ b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c @@ -174,7 +174,7 @@ MtrrGetDefaultMemoryType ( This function will do some preparation for programming MTRRs: disable cache, invalid cache and disable MTRR caching functionality - @param[out] Pointer to context to save + @param[out] MtrrContext Pointer to context to save **/ VOID @@ -215,7 +215,7 @@ PreMtrrChange ( This function will do some clean up after programming MTRRs: Flush all TLBs, re-enable caching, restore CR4. - @param[in] Pointer to context to restore + @param[in] MtrrContext Pointer to context to restore **/ VOID @@ -250,7 +250,7 @@ PostMtrrChangeEnableCache ( This function will do some clean up after programming MTRRs: enable MTRR caching functionality, and enable cache - @param[in] Pointer to context to restore + @param[in] MtrrContext Pointer to context to restore **/ VOID -- 2.39.2