From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [2.6 patch] let x86 subarchs select SMP
Date: Fri, 24 Mar 2006 17:56:13 +0100 [thread overview]
Message-ID: <20060324165613.GF22727@stusta.de> (raw)
The SMP question comes after the subarch question, and it does therefore
make sense to let the SMP-only subarchs select SMP instead of depending
on it.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 18 Mar 2006
arch/i386/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--- linux-2.6.16-rc6-mm2-full/arch/i386/Kconfig.old 2006-03-18 15:10:30.000000000 +0100
+++ linux-2.6.16-rc6-mm2-full/arch/i386/Kconfig 2006-03-18 15:11:14.000000000 +0100
@@ -95,7 +95,7 @@
config X86_SUMMIT
bool "Summit/EXA (IBM x440)"
- depends on SMP
+ select SMP
help
This option is needed for IBM systems that use the Summit/EXA chipset.
In particular, it is needed for the x440.
@@ -104,7 +104,7 @@
config X86_BIGSMP
bool "Support for other sub-arch SMP systems with more than 8 CPUs"
- depends on SMP
+ select SMP
help
This option is needed for the systems that have more than 8 CPUs
and if the system is not of any sub-arch type above.
@@ -124,14 +124,14 @@
config X86_GENERICARCH
bool "Generic architecture (Summit, bigsmp, ES7000, default)"
- depends on SMP
+ select SMP
help
This option compiles in the Summit, bigsmp, ES7000, default subarchitectures.
It is intended for a generic binary kernel.
config X86_ES7000
bool "Support for Unisys ES7000 IA32 series"
- depends on SMP
+ select SMP
help
Support for Unisys ES7000 systems. Say 'Y' here if this kernel is
supposed to run on an IA32-based Unisys ES7000 system.
next reply other threads:[~2006-03-24 16:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-24 16:56 Adrian Bunk [this message]
2006-03-24 18:30 ` [2.6 patch] let x86 subarchs select SMP Roman Zippel
2006-04-07 21:05 ` [2.6 patch] i386: move SMP option above subarch selection Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2006-03-18 17:02 [2.6 patch] let x86 subarchs select SMP Adrian Bunk
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=20060324165613.GF22727@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@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.