summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmLib/ArmV7
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-13 22:30:42 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-04-13 22:30:42 +0000
commite9fc14b6e17de3ecc299d4f7f8a39c2cb0c55292 (patch)
tree309459e8eff0f0a8115d28ae01879c2d2a5da9ff /ArmPkg/Library/ArmLib/ArmV7
parent9d1d7243f049a04397f9a9b808a8232fa13c0882 (diff)
downloadedk2-platforms-e9fc14b6e17de3ecc299d4f7f8a39c2cb0c55292.tar.xz
Make sure FIQ debugger stuff can work.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10369 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/ArmLib/ArmV7')
-rw-r--r--ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm
index 64c8207251..41f8e22f44 100644
--- a/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm
+++ b/ArmPkg/Library/ArmLib/ArmV7/ArmV7Support.asm
@@ -86,7 +86,6 @@ ArmCleanDataCacheEntryBySetWay
ArmInvalidateInstructionCache
mcr p15,0,R0,c7,c5,0 ;Invalidate entire instruction cache
- dsb
isb
bx LR
@@ -228,3 +227,4 @@ ArmInstructionSynchronizationBarrier
bx LR
END
+