Re: [Xen-devel] [PATCH v2 27/35] xen/arm32: head: Document create_pages_tables()

2019-07-30 Thread Stefano Stabellini
On Mon, 22 Jul 2019, Julien Grall wrote: > Document the behavior and the main registers usage within the function. > Note that r6 is now only used within the function, so it does not need > to be part of the common register. > > Signed-off-by: Julien Grall Acked-by: Stefano Stabellini > --- >

[Xen-devel] [PATCH v2 27/35] xen/arm32: head: Document create_pages_tables()

2019-07-22 Thread Julien Grall
Document the behavior and the main registers usage within the function. Note that r6 is now only used within the function, so it does not need to be part of the common register. Signed-off-by: Julien Grall --- Changes in v2: - Patch added --- xen/arch/arm/arm32/head.S | 30 +