commit | db328a24b7030e9dd7e3012f25096a9188722144 | [log] [tgz] |
---|---|---|
author | Andrew Jones <drjones@redhat.com> | Wed Dec 10 21:00:08 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Dec 16 10:34:42 2014 +0100 |
tree | 1f6cd4ac223f8613c3061c46932760ea25fae651 | |
parent | b26ded10f6f81198076e55868e0fc5eebda36336 [diff] |
arm64: enable mmu Implement asm_mmu_enable and flush_tlb_all, and then make a final change to mmu.c in order to link it into arm64. The final change is to map the code read-only. This is necessary because armv8 forces all writable code shared between EL1 and EL0 to be PXN. Signed-off-by: Andrew Jones <drjones@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>