aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2024-05-16 14:35:00 +0000
committerAndrew Turner <andrew@FreeBSD.org>2024-05-17 13:19:45 +0000
commit4660d9658710f69649018ca7b6b0be4b6d3bdd33 (patch)
tree829c65946d12742f9d46bfa95207f7cbfef6e7ff /sys
parent62adeb92dfe946524bdaf7139b161d3d5a09ba2e (diff)
downloadsrc-4660d9658710f69649018ca7b6b0be4b6d3bdd33.tar.gz
src-4660d9658710f69649018ca7b6b0be4b6d3bdd33.zip
Diffstat (limited to 'sys')
-rw-r--r--sys/arm64/vmm/vmm_hyp_el2.S2
-rw-r--r--sys/arm64/vmm/vmm_hyp_exception.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm64/vmm/vmm_hyp_el2.S b/sys/arm64/vmm/vmm_hyp_el2.S
index 7b49d3144dff..7012e238c9c8 100644
--- a/sys/arm64/vmm/vmm_hyp_el2.S
+++ b/sys/arm64/vmm/vmm_hyp_el2.S
@@ -30,7 +30,7 @@
#include <machine/param.h>
- .rodata
+ .section .rodata
.align PAGE_SHIFT
.globl vmm_hyp_code
vmm_hyp_code:
diff --git a/sys/arm64/vmm/vmm_hyp_exception.S b/sys/arm64/vmm/vmm_hyp_exception.S
index 0e8b31ae8b12..9a9dc6901f40 100644
--- a/sys/arm64/vmm/vmm_hyp_exception.S
+++ b/sys/arm64/vmm/vmm_hyp_exception.S
@@ -332,7 +332,7 @@ LENTRY(handle_el2_el1_irq64)
2:
ldr x9, [sp], #16
ret
-LEND(handle_el2_el1_irq)
+LEND(handle_el2_el1_irq64)
LENTRY(handle_el2_el1_fiq64)
do_world_switch_to_host