From: Alex Williamson <alex.williamson@hp.com>
To: linux-ia64@vger.kernel.org
Subject: [PATH] 2.6, no discontig w/o NUMA
Date: Mon, 25 Aug 2003 15:53:24 +0000 [thread overview]
Message-ID: <marc-linux-ia64-106182688431120@msgid-missing> (raw)
[-- 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)
reply other threads:[~2003-08-25 15:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-106182688431120@msgid-missing \
--to=alex.williamson@hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.