]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc882c3f3754c9d3ad9c449cdd1e3cc47a6901445
treed29f84cc518721417d52b9ef25fc4be08dcadf02
parent8e08c77d0369e4e1ab8c4a5971f6723dc8fabd18
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