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
This commit is contained in:
vanjeff 2012-10-10 07:39:01 +00:00
parent 5676ccca07
commit a5953380b1
1 changed files with 3 additions and 3 deletions

View File

@ -174,7 +174,7 @@ MtrrGetDefaultMemoryType (
This function will do some preparation for programming MTRRs: This function will do some preparation for programming MTRRs:
disable cache, invalid cache and disable MTRR caching functionality 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 VOID
@ -215,7 +215,7 @@ PreMtrrChange (
This function will do some clean up after programming MTRRs: This function will do some clean up after programming MTRRs:
Flush all TLBs, re-enable caching, restore CR4. Flush all TLBs, re-enable caching, restore CR4.
@param[in] Pointer to context to restore @param[in] MtrrContext Pointer to context to restore
**/ **/
VOID VOID
@ -250,7 +250,7 @@ PostMtrrChangeEnableCache (
This function will do some clean up after programming MTRRs: This function will do some clean up after programming MTRRs:
enable MTRR caching functionality, and enable cache enable MTRR caching functionality, and enable cache
@param[in] Pointer to context to restore @param[in] MtrrContext Pointer to context to restore
**/ **/
VOID VOID