* [PATCH] - Add Kconfig dependency on NUMA for UV systems
@ 2009-04-03 20:39 Jack Steiner
2009-04-08 13:01 ` [tip:x86/uv] x86, uv: add " Jack Steiner
0 siblings, 1 reply; 2+ messages in thread
From: Jack Steiner @ 2009-04-03 20:39 UTC (permalink / raw)
To: mingo, tglx; +Cc: linux-kernel
Add Kconfig dependency on NUMA for enabling UV. Although it might
be possible to configure non-NUMA UV systems, they are unsupported
and not interesting. Much of the infrastructure for UV requires
NUMA support.
Signed-off-by: Jack Steiner <steiner@sgi.com>
---
arch/x86/Kconfig | 1 +
1 file changed, 1 insertion(+)
Index: linux/arch/x86/Kconfig
===================================================================
--- linux.orig/arch/x86/Kconfig 2009-04-03 08:38:00.000000000 -0500
+++ linux/arch/x86/Kconfig 2009-04-03 15:30:24.000000000 -0500
@@ -357,6 +357,7 @@ config X86_UV
bool "SGI Ultraviolet"
depends on X86_64
depends on X86_EXTENDED_PLATFORM
+ depends on NUMA
select X86_X2APIC
---help---
This option is needed in order to support SGI Ultraviolet systems.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/uv] x86, uv: add Kconfig dependency on NUMA for UV systems
2009-04-03 20:39 [PATCH] - Add Kconfig dependency on NUMA for UV systems Jack Steiner
@ 2009-04-08 13:01 ` Jack Steiner
0 siblings, 0 replies; 2+ messages in thread
From: Jack Steiner @ 2009-04-08 13:01 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, steiner, tglx, mingo
Commit-ID: 54c28d294c658abb6d6430a49fda230fdfd601c8
Gitweb: http://git.kernel.org/tip/54c28d294c658abb6d6430a49fda230fdfd601c8
Author: Jack Steiner <steiner@sgi.com>
AuthorDate: Fri, 3 Apr 2009 15:39:42 -0500
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Wed, 8 Apr 2009 14:58:11 +0200
x86, uv: add Kconfig dependency on NUMA for UV systems
Impact: build fix
Add Kconfig dependency on NUMA for enabling UV. Although it might
be possible to configure non-NUMA UV systems, they are unsupported
and not interesting. Much of the infrastructure for UV requires
NUMA support.
Signed-off-by: Jack Steiner <steiner@sgi.com>
LKML-Reference: <20090403203942.GA20137@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 748e50a..2817ab5 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -354,6 +354,7 @@ config X86_UV
bool "SGI Ultraviolet"
depends on X86_64
depends on X86_EXTENDED_PLATFORM
+ depends on NUMA
select X86_X2APIC
---help---
This option is needed in order to support SGI Ultraviolet systems.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-08 13:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 20:39 [PATCH] - Add Kconfig dependency on NUMA for UV systems Jack Steiner
2009-04-08 13:01 ` [tip:x86/uv] x86, uv: add " Jack Steiner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox