aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-03-23 12:33:36 +0000
committerCatalin Marinas <catalin.marinas@arm.com>2020-03-25 11:07:39 +0000
commitd4abd29d6775d4f3d0f01ca9a6de2d66dac74764 (patch)
tree58f3b42a5db0f6b95f9242a946c73d59a1d8ef69 /arch/arm64/kernel
parentarm64: Mark call_smc_arch_workaround_1 as __maybe_unused (diff)
downloadlinux-dev-d4abd29d6775d4f3d0f01ca9a6de2d66dac74764.tar.xz
linux-dev-d4abd29d6775d4f3d0f01ca9a6de2d66dac74764.zip
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 <broonie@kernel.org> [catalin.marinas@arm.com: changed to SYM_L_LOCAL] Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/kernel')
-rw-r--r--arch/arm64/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S
index a06727354fad..cd7dcbe4bcb6 100644
--- a/arch/arm64/kernel/head.S
+++ b/arch/arm64/kernel/head.S
@@ -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.