[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090420203338.GA8286@sgi.com>
Date: Mon, 20 Apr 2009 15:33:38 -0500
From: Jack Steiner <steiner@....com>
To: Suresh Siddha <suresh.b.siddha@...el.com>
Cc: mingo@...e.hu, hpa@...or.com, tglx@...utronix.de,
linux-kernel@...r.kernel.org, dwmw2@...radead.org,
Weidong Han <weidong.han@...el.com>
Subject: Re: [patch 5/5] x2apic, IR: Make config X86_UV dependent on X86_X2APIC
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@...el.com>
> Cc: Weidong Han <weidong.han@...el.com>
> Cc: Jack Steiner <steiner@....com>
Acked-by: Jack Steiner <steiner@....com>
> ---
>
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists