mirror of https://gitee.com/openkylin/linux.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 <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
3568bd9720
commit
bb2d8130dc
|
@ -1318,8 +1318,7 @@ menu "Kernel Features"
|
||||||
source "kernel/time/Kconfig"
|
source "kernel/time/Kconfig"
|
||||||
|
|
||||||
config SMP
|
config SMP
|
||||||
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
|
bool "Symmetric Multi-Processing"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
depends on CPU_V6K || CPU_V7
|
depends on CPU_V6K || CPU_V7
|
||||||
depends on GENERIC_CLOCKEVENTS
|
depends on GENERIC_CLOCKEVENTS
|
||||||
depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
|
depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \
|
||||||
|
|
Loading…
Reference in New Issue