* [PATH] 2.6, no discontig w/o NUMA
@ 2003-08-25 15:53 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2003-08-25 15:53 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
Currently the generic kernel won't build if you turn off NUMA
support. Seems discontig support is too entangled with NUMA
support to live without it. This patch makes it behave a bit
more friendly. Thanks,
Alex
--
Alex Williamson HP Linux & Open Source Lab
[-- Attachment #2: discontig_kconfig.diff --]
[-- Type: text/plain, Size: 614 bytes --]
--- linux-2.6.0-test3.orig/arch/ia64/Kconfig 2003-08-25 09:04:18.000000000 -0600
+++ linux-2.6.0-test3/arch/ia64/Kconfig 2003-08-25 09:24:33.000000000 -0600
@@ -234,8 +234,8 @@
endchoice
config DISCONTIGMEM
- bool "Discontiguous memory support" if (IA64_DIG && NUMA)
- default y if IA64_SGI_SN2 || IA64_GENERIC
+ bool "Discontiguous memory support" if (IA64_DIG || IA64_SGI_SN2 || IA64_GENERIC) && NUMA
+ default y if (IA64_SGI_SN2 || IA64_GENERIC) && NUMA
help
Say Y to support efficient handling of discontiguous physical memory,
for architectures which are either NUMA (Non-Uniform Memory Access)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-25 15:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-25 15:53 [PATH] 2.6, no discontig w/o NUMA Alex Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox