]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kvm: Annotate assembly using modern annoations
authorMark Brown <broonie@kernel.org>
Tue, 18 Feb 2020 19:58:37 +0000 (19:58 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 9 Mar 2020 17:35:29 +0000 (17:35 +0000)
commit33485fccd9d8669fd662a0d3d41e3d12d92c06d8
treeb2a093e5a23a7cbbc6b7905d27c0875cc15d2f86
parent2130ba6b46ffbb7ce0b742f438dc1119dddd2c3d
arm64: kvm: Annotate assembly using modern annoations

In an effort to clarify and simplify the annotation of assembly functions
in the kernel new macros have been introduced. These replace ENTRY and
ENDPROC with separate annotations for standard C callable functions,
data and code with different calling conventions.  Update the more
straightforward annotations in the kvm code to the new macros.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Marc Zyngier <maz@kernel.org>
arch/arm64/kvm/hyp-init.S
arch/arm64/kvm/hyp.S
arch/arm64/kvm/hyp/fpsimd.S
arch/arm64/kvm/hyp/hyp-entry.S