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:
committed by
oliviermartin
parent
d2e7e385fc
commit
8dd618d211
@@ -336,12 +336,6 @@ ArmDisableCachesAndMmu (
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
ArmInvalidateInstructionAndDataTlb (
|
||||
VOID
|
||||
);
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
ArmEnableInterrupts (
|
||||
@@ -402,6 +396,9 @@ ArmGetFiqState (
|
||||
VOID
|
||||
);
|
||||
|
||||
/**
|
||||
* Invalidate Data and Instruction TLBs
|
||||
*/
|
||||
VOID
|
||||
EFIAPI
|
||||
ArmInvalidateTlb (
|
||||
|
Reference in New Issue
Block a user