Skip to content

Commit d4abd29

Browse files
brooniectmarinas
authored andcommitted
arm64: head: Convert install_el2_stub to SYM_INNER_LABEL
New assembly annotations have recently been introduced which aim to make the way we describe symbols in assembly more consistent. Recently the arm64 assembler was converted to use these but install_el2_stub was missed. Signed-off-by: Mark Brown <[email protected]> [[email protected]: changed to SYM_L_LOCAL] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 9a25136 commit d4abd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kernel/head.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ set_hcr:
600600
isb
601601
ret
602602

603-
install_el2_stub:
603+
SYM_INNER_LABEL(install_el2_stub, SYM_L_LOCAL)
604604
/*
605605
* When VHE is not in use, early init of EL2 and EL1 needs to be
606606
* done here.

0 commit comments

Comments
 (0)