From: William Lee Irwin III <wli@holomorphy.com>

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>
---

 25-akpm/arch/sparc/Kconfig |    1 +
 1 files changed, 1 insertion(+)

diff -puN arch/sparc/Kconfig~sparc32-make-config_smp-depend-on-config_broken arch/sparc/Kconfig
--- 25/arch/sparc/Kconfig~sparc32-make-config_smp-depend-on-config_broken	2004-08-04 22:38:31.701422232 -0700
+++ 25-akpm/arch/sparc/Kconfig	2004-08-04 22:38:31.705421624 -0700
@@ -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
_