arm64: entry: Additional annotation conversions for entry.S
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:29 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:10 +0000 (17:35 +0000)
commite7bf6972177376496bf0748d9a99faa72960fb0b
tree843dbf3765f1913c00043ab1de602b2e8e092346
parentc3357fc5415d6e0c45c7c8987e06cf8f8b3f3a54
arm64: entry: Additional annotation conversions for entry.S

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 with separate annotations for standard C callable functions,
data and code with different calling conventions.  Update the
remaining annotations in the entry.S 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.S