arm64: xen: Use modern annotations for assembly functions
authorMark Brown <broonie@kernel.org>
Thu, 19 Dec 2019 12:25:32 +0000 (12:25 +0000)
committerWill Deacon <will@kernel.org>
Thu, 9 Jan 2020 16:09:42 +0000 (16:09 +0000)
commitb6a5c58240be8a9521358a4efcaadaa5e3586062
treea2da5ebe7a96f617f8f90a3cd056fed962ffad5b
parentf7ef82c22fd76c300ae71c6dd19d9b03f4ab8253
arm64: xen: Use modern annotations for assembly functions

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. Update the annotations in the xen code to the new macros.

Signed-off-by: Mark Brown <broonie@kernel.org>
Reviewed-by: Julien Grall <julien@xen.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/xen/hypercall.S