]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b994c738c52a5931038c3661f7a8184419f8b11
treeba3fd870e6ae195a8dea40cd91cf52b5ad333d48
parent23b8e796d043a91f78416f63374593787046e0fa
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