Re: [Xen-devel] [PATCH 6/6] xen/build: Use the system stdbool.h header

2016-06-22 Thread Andrew Cooper
On 22/06/16 13:43, Jan Beulich wrote: On 22.06.16 at 13:24, wrote: >> --- a/xen/arch/x86/acpi/cpu_idle.c >> +++ b/xen/arch/x86/acpi/cpu_idle.c >> @@ -480,7 +480,7 @@ void trace_exit_reason(u32 *irq_traced) >> */ >> bool_t errata_c6_eoi_workaround(void) >> { >> -static bool_t fix_neede

Re: [Xen-devel] [PATCH 6/6] xen/build: Use the system stdbool.h header

2016-06-22 Thread Jan Beulich
>>> On 22.06.16 at 13:24, wrote: > --- a/xen/arch/x86/acpi/cpu_idle.c > +++ b/xen/arch/x86/acpi/cpu_idle.c > @@ -480,7 +480,7 @@ void trace_exit_reason(u32 *irq_traced) > */ > bool_t errata_c6_eoi_workaround(void) > { > -static bool_t fix_needed = -1; > +static int fix_needed = -1; in