Cleanup MMU code to do book required sync. Update exception handler to clear fault registers.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10366 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
andrewfish
2010-04-13 19:27:03 +00:00
parent 382127fc4c
commit bb02cb8071
8 changed files with 141 additions and 46 deletions

View File

@@ -268,7 +268,8 @@ ArmInvalidateTlb (
VOID
EFIAPI
ArmUpdateTranslationTableEntry (
IN UINTN Mva
IN VOID *TranslationTableEntry,
IN VOID *Mva
);
VOID
@@ -345,4 +346,5 @@ ArmInstructionSynchronizationBarrier (
VOID
);
#endif // __ARM_LIB__