Move ARMv5 (ARM9) barrier instructions into assembler files

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10064 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-02-24 23:20:00 +00:00
parent 026c3d34ee
commit 4b9fa12943
4 changed files with 37 additions and 51 deletions

View File

@@ -118,32 +118,5 @@ ArmConfigureMmu (
}
VOID
EFIAPI
ArmDataMemoryBarrier (
VOID
)
{
// Should move to assembly with the
}
VOID
EFIAPI
ArmDataSyncronizationBarrier (
VOID
)
{
// MOV R0, #0
// MCR P15, #0, R0, C7, C10, #4}
}
VOID
EFIAPI
ArmInstructionSynchronizationBarrier (
VOID
)
{
}