From: "Martin J. Bligh" <Martin.Bligh@us.ibm.com>
To: john stultz <johnstul@us.ibm.com>, Christoph Hellwig <hch@infradead.org>
Cc: marcelo <marcelo@conectiva.com.br>,
lkml <linux-kernel@vger.kernel.org>,
Leah Cunningham <leahc@us.ibm.com>,
wilhelm.nuesser@sap.com, paramjit@us.ibm.com, msw@redhat.com
Subject: Re: [PATCH] tsc-disable_B7
Date: Mon, 05 Aug 2002 20:04:26 -0700 [thread overview]
Message-ID: <1201883206.1028577864@[10.10.2.3]> (raw)
In-Reply-To: <1028592257.1073.81.camel@cog>
>> What's the difference between CONFIG_X86_NUMA and CONFIG_MULTIQUAD?
>>
>> If CONFIG_X86_NUMA is for numaq boxens please use CONFIG_X86_NUMAQ as
>> in pat's patch.
>
> Well, at the moment CONFIG_MULTIQUAD ~= numaq specific stuff + generic
> x86 numa stuff, so James and Martin are starting to break out the
> generic stuff out of MULTIQUAD and put the NUMAQ specific stuff under
> X86_NUMAQ.
The current differentiation is a mess, which is my fault.
CONFIG_MULTIQUAD started off life as clustered apic mode,
and grew from there to be a catchall for the NUMA-Q machine.
I can't help but think this is a bad idea, with the benefit
of hindsight. So we'll try to convert everything to more
meaningful config options, where the top level "machine type"
config option turns on the support features that machine needs.
I know the following looks a little verbose, but it's fairly
straightforward, and is a lot more logical than the current,
errm ... mess.
I'll submit a patch to convert the existing code over unless
someone screams pretty loudly (and suggests a better idea ;-))
M.
PS. Looking at the below again, we probably ought to rename
the remaining CONFIG_MULTIQUAD to CONFIG_CLUSTERED_APIC or
something ... but I'm sure I'll get lynched in the morning
for that one.
> We're trying to all move to something close to:
>
> bool 'Multi-node NUMA system support' CONFIG_X86_NUMA
> if [ "$CONFIG_X86_NUMA" = "y" ]; then
> #Platform Choices
> bool 'Multiquad (IBM/Sequent) NUMAQ support' CONFIG_X86_NUMAQ
> if [ "$CONFIG_X86_NUMAQ" = "y" ]; then
> define_bool CONFIG_MULTIQUAD y
> define_bool CONFIG_X86_TSC_DISABLE y
> fi
> bool 'IBM x440 Summit support' CONFIG_X86_SUMMIT_NUMA
> if [ "$CONFIG_X86_SUMMIT_NUMA" = "y" ]; then
> define_bool CONFIG_X86_TSC_DISABLE y
> fi
> # Common NUMA Features
> if [ "$CONFIG_X86_NUMAQ" = "y" -o "$CONFIG_X86_SUMMIT_NUMA" = "y" ]; then
> bool 'Numa Memory Allocation Support' CONFIG_NUMA
> if [ "$CONFIG_NUMA" = "y" ]; then
> define_bool CONFIG_DISCONTIGMEM y
> define_bool CONFIG_HAVE_ARCH_BOOTMEM_NODE y
> fi
> #[XXX - future]
> #bool 'NUMA API support' CONFIG_WHATEVER
> #bool 'Enable NUMA Scheduler' CONFIG_WHATEVER
> fi
> fi
>
>> else
>> - bool 'Multiquad NUMA system' CONFIG_MULTIQUAD
>> + bool 'Multi-node NUMA system support' CONFIG_X86_NUMA
>> + if [ "$CONFIG_X86_NUMA" = "y" ]; then
>> + bool 'Multiquad (IBM/Sequent) NUMAQ support' CONFIG_MULTIQUAD
>> + fi
>> fi
prev parent reply other threads:[~2002-08-06 3:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-05 22:58 john stultz
2002-08-05 23:21 ` Christoph Hellwig
2002-08-06 0:04 ` john stultz
2002-08-06 3:04 ` Martin J. Bligh [this message]
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='1201883206.1028577864@[10.10.2.3]' \
--to=martin.bligh@us.ibm.com \
--cc=hch@infradead.org \
--cc=johnstul@us.ibm.com \
--cc=leahc@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
--cc=msw@redhat.com \
--cc=paramjit@us.ibm.com \
--cc=wilhelm.nuesser@sap.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®