Re: [Xen-devel] [PATCH] arm: remove unneeded ifdef CONFIG_ARM in efi-boot.h

2016-03-01 Thread Stefano Stabellini
On Tue, 1 Mar 2016, Jan Beulich wrote: > >>> On 01.03.16 at 16:35, wrote: > > Ifdef'ing CONFIG_ARM in xen/arch/arm/efi/efi-boot.h is redundant, remove > > the condition and simplify the ifdef's. > > > > Signed-off-by: Stefano Stabellini

Re: [Xen-devel] [PATCH] arm: remove unneeded ifdef CONFIG_ARM in efi-boot.h

2016-03-01 Thread Jan Beulich
>>> On 01.03.16 at 16:35, wrote: > Ifdef'ing CONFIG_ARM in xen/arch/arm/efi/efi-boot.h is redundant, remove > the condition and simplify the ifdef's. > > Signed-off-by: Stefano Stabellini Reviewed-by: Jan Beulich

[Xen-devel] [PATCH] arm: remove unneeded ifdef CONFIG_ARM in efi-boot.h

2016-03-01 Thread Stefano Stabellini
Ifdef'ing CONFIG_ARM in xen/arch/arm/efi/efi-boot.h is redundant, remove the condition and simplify the ifdef's. Signed-off-by: Stefano Stabellini diff --git a/xen/arch/arm/efi/efi-boot.h b/xen/arch/arm/efi/efi-boot.h index a6c3b69..c58caca 100644 ---