mirror of https://github.com/acidanthera/audk.git
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:
parent
5676ccca07
commit
a5953380b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue