Re: [Xen-devel] [PATCH 04/13] xen/arm: vgic: Switch from bool_t to bool

2016-12-07 Thread Stefano Stabellini
On Wed, 7 Dec 2016, Julien Grall wrote: > Since commit 9202342 "xen/build: Use C99 booleans", bool_t is an alias > to bool. Going forward, therer is a preference to use bool rather than > bool_t. Also replace 0 and 1 by false and true when relevant. > > Signed-off-by: Julien Grall Reviewed-by: S

[Xen-devel] [PATCH 04/13] xen/arm: vgic: Switch from bool_t to bool

2016-12-07 Thread Julien Grall
Since commit 9202342 "xen/build: Use C99 booleans", bool_t is an alias to bool. Going forward, therer is a preference to use bool rather than bool_t. Also replace 0 and 1 by false and true when relevant. Signed-off-by: Julien Grall --- xen/arch/arm/vgic.c| 8 xen/include/asm-arm