]> xenbits.xensource.com Git - people/larsk/xen.git/commit
xen/arm32: head: Mark the end of subroutines with ENDPROC
authorJulien Grall <julien.grall@arm.com>
Wed, 26 Jun 2019 11:29:54 +0000 (12:29 +0100)
committerJulien Grall <julien.grall@arm.com>
Sat, 7 Sep 2019 11:10:03 +0000 (12:10 +0100)
commit2ac705a59ef52d75dcecfecb2378dec946da45c4
tree5c0f9e3c9a366b4f57c48059d60ccad2346366a3
parent75843a162b84ff02201373d35cd2e72d7a8cca3e
xen/arm32: 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>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/arm32/head.S