Skip to content

Commit

Permalink
arm64: head: Convert install_el2_stub to SYM_INNER_LABEL
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
broonie authored and ctmarinas committed Mar 25, 2020
1 parent 9a25136 commit d4abd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ set_hcr:
isb
ret

install_el2_stub:
SYM_INNER_LABEL(install_el2_stub, SYM_L_LOCAL)
/*
* When VHE is not in use, early init of EL2 and EL1 needs to be
* done here.
Expand Down

0 comments on commit d4abd29

Please sign in to comment.