]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()
authorMichael Kinney <michael.d.kinney@intel.com>
Tue, 8 Dec 2015 05:21:24 +0000 (05:21 +0000)
committervanjeff <vanjeff@Edk2>
Tue, 8 Dec 2015 05:21:24 +0000 (05:21 +0000)
commit31b3597ee22c431904476bacd1970fb1cb3f8fc5
tree98a77945c821338698787110106f9242fa1dfe94
parent76b4cae357dff0f8f1f5cc3ce20675ba20ed2847
UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()

Abstract some worker functions not to invoke IsMtrrSupported(). They could be
used by other functions to reduce the number of invoking times on
IsMtrrSupported().

Cc: Feng Tian <feng.tian@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <michael.d.kinney@intel.com>
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19153 6f19259b-4bc3-4df7-8a09-765794883524
UefiCpuPkg/Library/MtrrLib/MtrrLib.c