Re: [Xen-devel] [PATCH 7/8] xen/arm: efi: Rework acpi_create_efi_mmap_table to avoid memory_map[offset]

2017-02-15 Thread Stefano Stabellini
On Fri, 3 Feb 2017, Julien Grall wrote: > The code contains a lot of memory_map[offset]. This could be simplified > by incrementing the descriptor pointer every time. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > --- >

[Xen-devel] [PATCH 7/8] xen/arm: efi: Rework acpi_create_efi_mmap_table to avoid memory_map[offset]

2017-02-03 Thread Julien Grall
The code contains a lot of memory_map[offset]. This could be simplified by incrementing the descriptor pointer every time. Signed-off-by: Julien Grall --- xen/arch/arm/efi/efi-dom0.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git