]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: vdso32: Convert to modern assembler annotations
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:42 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:36:13 +0000 (17:36 +0000)
commit448a7da832d174cdac653f769ed6ce0d963e6c80
treeade69ef2e743c1514746d2160b9102b7a5edf207
parentb643959af6e753e924c7f7d5889ba34c64c15d3f
arm64: vdso32: 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. Use these for the compat VDSO,
allowing us to drop the custom ARM_ENTRY() and ARM_ENDPROC() macros.

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