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)
commit1242b9b303277425c01e605af96e9fb9fb80c399
treeed8de893565fe8b50dad7f5b1360d0a343f3f623
parent4db61fef16a104f94bde24fe163064b98cee6b7c
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