summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2012-10-10 07:39:01 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2012-10-10 07:39:01 +0000
commita5953380b18ca53facb42650fecf75cf3a4f0f92 (patch)
treefe71b7066834f759e43df05c1f8fe8ca012d038f
parent5676ccca070b261ff70e93bc32b5f7496c1b8c83 (diff)
Add missing parameter in functions header.
signed-off-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13815 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--UefiCpuPkg/Library/MtrrLib/MtrrLib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.c b/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
index dea474dd9..586c620bd 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