Il 16/04/2013 19:26, Alexander Graf ha scritto:
> +#ifdef kvm_irqchip
>       TP_printk("irqchip %s pin %u",
>                 __print_symbolic(__entry->irqchip, kvm_irqchips),
>                __entry->pin)
> +#else
> +     TP_printk("irqchip %d pin %u", __entry->irqchip, __entry->pin)
> +#endif

Ah, spotted this too.  Must be "#ifdef kvm_irqchips", but perhaps you
can just use #ifdef __KVM_HAVE_IOAPIC.

Paolo
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to