diff --git a/src/arch/aarch64/vectors.S b/src/arch/aarch64/vectors.S index 586d76dc..32b865e6 100644 --- a/src/arch/aarch64/vectors.S +++ b/src/arch/aarch64/vectors.S @@ -82,7 +82,8 @@ __aa\bits\()_el\el\ht\()_\kind: add sp, sp, #PT_REGS_SIZE .endm -.section .text +.section .text.vectors +.global __aarch64_el1_vectors .p2align 12 __aarch64_el1_vectors: EXC_VECTOR 1, t, 64, sync @@ -105,7 +106,7 @@ __aarch64_el1_vectors: EXC_VECTOR 0, t, 32, fiq EXC_VECTOR 0, t, 32, serror - +.section .text .p2align 7 EXC_HANDLER 1, t, 64, sync EXC_HANDLER 1, t, 64, irq