arm64: head.S: Convert to modern annotations for assembly functions
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:33 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:18 +0000 (17:35 +0000)
commitc63d9f82db94399022a193cdfd57dbafa2a871cb
treeba8c111b7278cb087ce4b6e1081aa099fb64df05
parent1e4729ed028d1e70508926a58363ee85243fdaaa
arm64: head.S: 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>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/head.S