]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: sdei: Annotate SDEI entry points using new style annotations
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:40 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:36:03 +0000 (17:36 +0000)
commit9d280568a80cbaebf4ec97f0d9f25b2a76f133e4
treeed8de893565fe8b50dad7f5b1360d0a343f3f623
parent2d1354e04389e92de7048ff8460a0ca22b42de82
arm64: sdei: Annotate SDEI entry points using new style annotations

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 SDEI entry points are currently annotated as normal functions but
are called from non-kernel contexts with non-standard calling convention
and should therefore be annotated as such so do so.

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