From: Al Viro Date: Tue, 23 Aug 2005 21:44:55 +0000 (+0100) Subject: [PATCH] Kconfig fix (arm SMP) X-Git-Tag: v2.6.13-rc7~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac6babd26ce514e0017ec5809051ea6cdc44c8f6;p=profile%2Fivi%2Fkernel-x86-ivi.git [PATCH] Kconfig fix (arm SMP) SMP is broken on arm; marked as such Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7bc4a58..c65c6eb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -310,7 +310,7 @@ menu "Kernel Features" config SMP bool "Symmetric Multi-Processing (EXPERIMENTAL)" - depends on EXPERIMENTAL #&& n + depends on EXPERIMENTAL && BROKEN #&& n 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