From: Russell King Date: Thu, 12 May 2011 08:52:02 +0000 (+0100) Subject: ARM: SMP: drop experimental status X-Git-Tag: firefly_0821_release~7613^2~1318^2~1^4~9 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bb2d8130dcc6d285b215b75d4ec2a9b2063efa4f;p=firefly-linux-kernel-4.4.55.git ARM: SMP: drop experimental status SMP on ARM has been around for a while now, without any major issues being raised. So, drop the experimental status of this feature. Signed-off-by: Russell King --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 377a7a595b08..ac19a5ac048f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1318,8 +1318,7 @@ menu "Kernel Features" source "kernel/time/Kconfig" config SMP - bool "Symmetric Multi-Processing (EXPERIMENTAL)" - depends on EXPERIMENTAL + bool "Symmetric Multi-Processing" depends on CPU_V6K || CPU_V7 depends on GENERIC_CLOCKEVENTS depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \