diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-02-04 22:30:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 09:44:25 -0800 |
commit | 02bff1f091db446b07a9275cbcd048264dcf2260 (patch) | |
tree | 0bc19e19a7f86b67617dafb86b80577f50b86857 /arch/um/Kconfig | |
parent | c0a9290ecf0dbb89958cb3a3f78964015a7de402 (diff) |
uml: SMP needs to depend on BROKEN for now
SMP still needs to depend on BROKEN for now.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 5261db8c6255..58f5a141faa9 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -189,8 +189,7 @@ config MAGIC_SYSRQ config SMP bool "Symmetric multi-processing support (EXPERIMENTAL)" default n - #SMP_BROKEN is for x86_64. - depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN)) + depends on BROKEN help This option enables UML SMP support. It is NOT related to having a real SMP box. Not directly, at least. |