arm64: entry: Annotate vector table and handlers as code
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:27 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:06 +0000 (17:35 +0000)
commit0ccbd98a92c19a34921adb082cd00c58e134ba02
treed29f84cc518721417d52b9ef25fc4be08dcadf02
parentb8e505484e376322cb1e12540e8b52dc31b73b6e
arm64: entry: Annotate vector table and handlers as code

In an effort to clarify and simplify the annotation of assembly
functions new macros have been introduced. These replace ENTRY and
ENDPROC with two different annotations for normal functions and those
with unusual calling conventions. The vector table and handlers aren't
normal C style code so should be annotated as CODE.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/entry.S