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
>>> 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