Re: [Xen-devel] [RFC 09/22] xen/arm: gic-v2: Allow the base address to be 0

2015-06-05 Thread Ian Campbell
On Fri, 2015-05-08 at 14:29 +0100, Julien Grall wrote: > 0 is a valid physical address and dt_device_get_address would return > an error if a problem during the retrieving happen. > > Signed-off-by: Julien Grall Acked-by: Ian Campbell ___ Xen-devel

[Xen-devel] [RFC 09/22] xen/arm: gic-v2: Allow the base address to be 0

2015-05-08 Thread Julien Grall
0 is a valid physical address and dt_device_get_address would return an error if a problem during the retrieving happen. Signed-off-by: Julien Grall --- xen/arch/arm/gic-v2.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/arch/arm/gic-v2.c b/xen/arch/arm/gic-v2.c