Re: [patch 5/5] x2apic, IR: Make config X86_UV dependent on X86_X2APIC

From: Jack Steiner
Date: Mon Apr 20 2009 - 16:33:54 EST


On Mon, Apr 20, 2009 at 01:02:31PM -0700, Suresh Siddha wrote:
> Instead of selecting X86_X2APIC, make config X86_UV dependent on X86_X2APIC.
> This will eliminate enabling CONFIG_X86_X2APIC with out enabling
> CONFIG_INTR_REMAP.
>
> Signed-off-by: Suresh Siddha <suresh.b.siddha@xxxxxxxxx>
> Cc: Weidong Han <weidong.han@xxxxxxxxx>
> Cc: Jack Steiner <steiner@xxxxxxx>

Acked-by: Jack Steiner <steiner@xxxxxxx>

> ---
>
> Index: tip/arch/x86/Kconfig
> ===================================================================
> --- tip.orig/arch/x86/Kconfig
> +++ tip/arch/x86/Kconfig
> @@ -356,7 +356,7 @@ config X86_UV
> depends on X86_64
> depends on X86_EXTENDED_PLATFORM
> depends on NUMA
> - select X86_X2APIC
> + depends on X86_X2APIC
> ---help---
> This option is needed in order to support SGI Ultraviolet systems.
> If you don't have one of these, you should say N here.
>
> --
--
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/