arm64/vmm: Fix the build with GCC

- Fix the spelling of handle_el2_el1_irq64
- Add .section before .rodata as the GCC build needs it

Sponsored by:	Arm Ltd
This commit is contained in:
Andrew Turner 2024-05-16 15:35:00 +01:00
parent 62adeb92df
commit 4660d96587
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
#include <machine/param.h>
.rodata
.section .rodata
.align PAGE_SHIFT
.globl vmm_hyp_code
vmm_hyp_code:

View file

@ -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