arm64: kernel: Convert to modern annotations for assembly functions
authorMark Brown <broonie@kernel.org>
Fri, 1 May 2020 11:54:29 +0000 (12:54 +0100)
committerWill Deacon <will@kernel.org>
Mon, 4 May 2020 11:46:03 +0000 (12:46 +0100)
commit0343a7e46362c3836ff27ceb749ee2b6f78aa982
treeba3fd870e6ae195a8dea40cd91cf52b5ad333d48
parent06607c7e93f2a4799346baa262d4304681e4b528
arm64: kernel: Convert to modern annotations for assembly functions

In an effort to clarify and simplify the annotation of assembly functions
in the kernel new macros have been introduced. These replace ENTRY and
ENDPROC and also add a new annotation for static functions which previously
had no ENTRY equivalent. Update the annotations in the core kernel code to
the new macros.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20200501115430.37315-3-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/cpu-reset.S
arch/arm64/kernel/efi-rt-wrapper.S
arch/arm64/kernel/entry-fpsimd.S
arch/arm64/kernel/hibernate-asm.S
arch/arm64/kernel/hyp-stub.S
arch/arm64/kernel/probes/kprobes_trampoline.S
arch/arm64/kernel/reloc_test_syms.S
arch/arm64/kernel/relocate_kernel.S
arch/arm64/kernel/sleep.S
arch/arm64/kernel/smccc-call.S