]> git.hungrycats.org Git - linux/commitdiff
[PATCH] sparc32: make CONFIG_SMP depend on CONFIG_BROKEN
authorWilliam Lee Irwin III <wli@holomorphy.com>
Sat, 7 Aug 2004 07:54:39 +0000 (00:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 7 Aug 2004 07:54:39 +0000 (00:54 -0700)
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>
arch/sparc/Kconfig

index c4488c3dfa14b19cd8e00422f74fe5fbca713f38..7d0688aa6833d9cc76af2ef288f23c985c0a6b37 100644 (file)
@@ -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