Improves readability. No functional changes.
Signed-off-by: Jan Kiszka <[email protected]>
---
hypervisor/arch/arm64/entry.S | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hypervisor/arch/arm64/entry.S b/hypervisor/arch/arm64/entry.S
index 70f8658..f155407 100644
--- a/hypervisor/arch/arm64/entry.S
+++ b/hypervisor/arch/arm64/entry.S
@@ -122,6 +122,7 @@ el2_entry:
bl entry
b .
+
.globl arch_shutdown_mmu
arch_shutdown_mmu:
/* x0: struct percpu* */
@@ -155,6 +156,7 @@ arch_shutdown_mmu:
add x0, x19, #(PERCPU_STACK_END - 32 * 8)
b vmreturn
+
.globl enable_mmu_el2
enable_mmu_el2:
/*
@@ -195,6 +197,7 @@ enable_mmu_el2:
ret
+
/*
* macros used by init_bootstrap_pt
*/
@@ -314,6 +317,7 @@ flush: adr x0, bootstrap_pt_l0
mov x2, DCACHE_CLEAN_AND_INVALIDATE_ASM
b arm_dcaches_flush // will ret to caller
+
.macro ventry label
.align 7
b \label
--
2.1.4
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.