ArmPkg/ArmLib: Removed duplicated invalidate TLB function

ArmInvalidateInstructionAndDataTlb() was doing the same thing as
ArmInvalidateTlb().
Both invalidate Data and Instruction TLBs.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16253 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin
2014-10-27 15:38:55 +00:00
committed by oliviermartin
parent d2e7e385fc
commit 8dd618d211
6 changed files with 4 additions and 37 deletions

View File

@@ -42,7 +42,7 @@ CEntryPoint (
ArmInvalidateInstructionCache ();
// Invalidate I & D TLBs
ArmInvalidateInstructionAndDataTlb ();
ArmInvalidateTlb ();
// CPU specific settings
ArmCpuSetup (MpId);