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>
fail: PRINT("- Boot failed -\r\n")
1: wfe
b 1b
+ENDPROC(fail)
GLOBAL(_end_boot)
isb
mov pc, lr
+ENDPROC(switch_ttbr)
#ifdef CONFIG_EARLY_PRINTK
/*
#endif
PRINT("- UART enabled -\r\n")
mov pc, lr
+ENDPROC(init_uart)
/*
* Print early debug messages.
mov r1, #0
2:
mov pc, lr
+ENDPROC(__lookup_processor_type)
/*
* Local variables: