xen/arm32: head: Mark the end of subroutines with ENDPROC (take two)
authorJulien Grall <jgrall@amazon.com>
Tue, 1 Mar 2022 19:56:15 +0000 (19:56 +0000)
committerJulien Grall <jgrall@amazon.com>
Tue, 1 Mar 2022 19:56:24 +0000 (19:56 +0000)
commit84c3eb3a9c104a9ee5095d2420d5dd137a381a37
treed30930b499f277057f02a7e66010d11f225734d6
parent0c18fb76323bfb13615b6f13c98767face2d8097
xen/arm32: head: Mark the end of subroutines with ENDPROC (take two)

Commit 2ac705a59ef5 ("xen/arm32: head: Mark the end of subroutines
with ENDPROC") intended to mark all the subroutines with ENDPROC.

Unfortunately, I missed fail(), switch_ttbr(), init_uart() and
__lookup_processor_type(). Add ENDPROC for the benefits of
static analysis tools and the reader.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Michal Orzel <michal.orzel@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/arch/arm/arm32/head.S