arm64: vdso: Convert to modern assembler annotations
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:41 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:36:07 +0000 (17:36 +0000)
commitc91db232da4848511bc998582d9b47fa8048a492
tree4e6350e45167e115c596438be7fa780ccd4a6c3e
parent1242b9b303277425c01e605af96e9fb9fb80c399
arm64: vdso: Convert to modern assembler 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. Convert the assembly function in the
arm64 VDSO to the new macros.

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