xen/arm64: head: Mark the end of subroutines with ENDPROC
authorJulien Grall <julien.grall@arm.com>
Mon, 22 Jul 2019 21:39:25 +0000 (22:39 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 29 Jul 2019 23:12:10 +0000 (16:12 -0700)
commit13c03002c5dfaf8952fa55cca8f99e96948bb7b8
tree2566e86ed1fd522efa054777c6926764fa36d282
parent4941bfbf11eae05c92aa3242e353d173974ce7bf
xen/arm64: head: Mark the end of subroutines with ENDPROC

putn() and puts() are two subroutines. Add ENDPROC for the benefits of
static analysis tools and the reader.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm64/head.S