arm64: head: Convert install_el2_stub to SYM_INNER_LABEL
authorMark Brown <broonie@kernel.org>
Mon, 23 Mar 2020 12:33:36 +0000 (12:33 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 25 Mar 2020 11:07:39 +0000 (11:07 +0000)
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 <broonie@kernel.org>
[catalin.marinas@arm.com: changed to SYM_L_LOCAL]
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/head.S

index a067273..cd7dcbe 100644 (file)
@@ -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.