From: Erich Focht <efocht@hpce.nec.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Discontig-devel] [PATCH] another discontig patch
Date: Thu, 17 Jul 2003 08:23:37 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105843017700413@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105618641519753@msgid-missing>
> > Same comment as above. NEC TX7 is an IA64_DIG platform.
>
> Oops, sorry. Here's another one. How does it look?
...
> --- a/arch/ia64/Kconfig Wed Jul 16 15:36:33 2003
> +++ b/arch/ia64/Kconfig Wed Jul 16 15:36:33 2003
> @@ -211,7 +211,7 @@
>
> config NUMA
> bool "Enable NUMA support" if IA64_GENERIC || IA64_DIG || IA64_HP_ZX1
> - default y if IA64_SGI_SN2
> + default y if IA64_SGI_SN2 || IA64_GENERIC
> help
> Say Y to compile the kernel to support NUMA (Non-Uniform Memory
> Access). This option is for configuring high-end multiprocessor
> @@ -234,9 +234,8 @@
> endchoice
OK. Thanks.
>
> config DISCONTIGMEM
> - bool
> - depends on IA64_SGI_SN2 || (IA64_GENERIC || IA64_DIG || IA64_HP_ZX1) &&
> NUMA - default y
> + bool "Discontiguous memory support" if IA64_DIG
> + default y if IA64_SGI_SN2 || IA64_GENERIC
> help
> Say Y to support efficient handling of discontiguous physical memory,
> for architectures which are either NUMA (Non-Uniform Memory Access)
> @@ -245,8 +244,7 @@
Maybe that should better be
bool "Discontiguous memory support" if (IA64_DIG && NUMA)
Discontigmem alone doesn't make sense, yet, I think...
Regards,
Erich
next prev parent reply other threads:[~2003-07-17 8:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-21 9:06 [Discontig-devel] [PATCH] another discontig patch Christoph Hellwig
2003-06-21 14:48 ` Martin J. Bligh
2003-06-22 5:53 ` Jesse Barnes
2003-06-22 5:57 ` Jesse Barnes
2003-06-22 15:25 ` Martin J. Bligh
2003-06-23 17:20 ` William Lee Irwin III
2003-07-16 19:29 ` Jesse Barnes
2003-07-16 19:40 ` Matthew Wilcox
2003-07-16 19:51 ` Jesse Barnes
2003-07-16 19:56 ` Erich Focht
2003-07-16 22:37 ` Jesse Barnes
2003-07-17 8:23 ` Erich Focht [this message]
2003-07-18 0:16 ` Jesse Barnes
2003-07-18 16:15 ` Erich Focht
2003-07-21 18:46 ` Takayoshi Kochi
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-105843017700413@msgid-missing \
--to=efocht@hpce.nec.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.