Re: [PATCH 1/2]Add Variable Page Size and IA64 Support in IntelIOMMU: Generic Part

From: Ingo Molnar
Date: Thu Oct 02 2008 - 04:30:18 EST



* Fenghua Yu <fenghua.yu@xxxxxxxxx> wrote:

> --- a/drivers/pci/dmar.c
> +++ b/drivers/pci/dmar.c
> @@ -35,6 +35,10 @@
> #undef PREFIX
> #define PREFIX "DMAR:"
>
> +#ifdef CONFIG_IA64
> +#define cpu_has_x2apic 0
> +#endif

hm, that's not too nice - why not add it to arch/ia64/include/?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/