Re: [Xen-devel] [PATCH 6/8] xen/arm: efi: Avoid duplicating the addition of a new efi memory descriptor

2017-02-15 Thread Stefano Stabellini
On Fri, 3 Feb 2017, Julien Grall wrote: > The code to add a new memory descriptor is duplicated three times. Add a > new helper that adds the descriptor. > > Signed-off-by: Julien Grall Reviewed-by: Stefano Stabellini > --- >

[Xen-devel] [PATCH 6/8] xen/arm: efi: Avoid duplicating the addition of a new efi memory descriptor

2017-02-03 Thread Julien Grall
The code to add a new memory descriptor is duplicated three times. Add a new helper that adds the descriptor. Signed-off-by: Julien Grall --- xen/arch/arm/efi/efi-dom0.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff