Re: [Xen-devel] [PATCH 14/18] x86/io_apic.c: use plain bool

2017-06-30 Thread Andrew Cooper
On 30/06/17 18:01, Wei Liu wrote: > @@ -229,7 +229,7 @@ union entry_union { > }; > > struct IO_APIC_route_entry __ioapic_read_entry( > -unsigned int apic, unsigned int pin, bool_t raw) > +unsigned int apic, unsigned int pin, bool raw) Prototype. > { > unsigned int (*read)(unsign

[Xen-devel] [PATCH 14/18] x86/io_apic.c: use plain bool

2017-06-30 Thread Wei Liu
Signed-off-by: Wei Liu --- xen/arch/x86/apic.c | 8 xen/arch/x86/io_apic.c| 34 +- xen/include/asm-x86/io_apic.h | 6 +++--- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/xen/arch/x86/apic.c b/xen/arch/x86/apic.c inde