Hi Julien, On 28.02.2022 11:07, Julien Grall wrote: > From: Julien Grall <[email protected]> > > 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 <[email protected]> > ---
I checked and it seems like you covered them all now. Reviewed-by: Michal Orzel <[email protected]> Cheers, Michal
