]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: entry: Annotate ret_from_fork as code
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:28 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:08 +0000 (17:35 +0000)
commit76c35b4a87ebd169a5fb69edf9adf3b2c223d8e7
tree0c75ad1c980939ced79d57c9eca0c47b1fcbd459
parent74745d32c8f21aa1ff9f829b2da17cd54cf12fe0
arm64: entry: Annotate ret_from_fork 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.

ret_from_fork is not a normal C function and should therefore 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