aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWilliam Lee Irwin III <wli@holomorphy.com>2004-08-07 00:54:39 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-07 00:54:39 -0700
commitded6d73828d2fb71f0d68af2d340ed09840a4e1f (patch)
treeee349fcb8a5657c0dd2d1c3d3e10250435c52eff /arch
parent1ca2b2fe5ee2fd965a437fe682ce9767bc58d7fc (diff)
downloadhistory-ded6d73828d2fb71f0d68af2d340ed09840a4e1f.tar.gz
[PATCH] sparc32: make CONFIG_SMP depend on CONFIG_BROKEN
SMP support is in need of a great deal of work to port it from 2.2 and 2.4. Add a dependency on BROKEN in the Kconfig to warn the unwary. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index c4488c3dfa14b1..7d0688aa6833d9 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -83,6 +83,7 @@ config HW_CONSOLE
config SMP
bool "Symmetric multi-processing support (does not work on sun4/sun4c)"
+ depends on BROKEN
---help---
This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If