arm64: entry-ftrace.S: Convert to modern annotations for assembly functions
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:30 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:12 +0000 (17:35 +0000)
commite2d591d29d44af2078336c5dd7ab503c151a2607
tree2cd0a302d3b3c07036d65baae4fda47603102e09
parente7bf6972177376496bf0748d9a99faa72960fb0b
arm64: entry-ftrace.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/entry-ftrace.S