summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King2015-02-13 12:04:21 +0100
committerRussell King2015-02-24 17:02:22 +0100
commit5744ff43c2c737055c65b9594b0783c1a2832a65 (patch)
tree27a40d85529883fcdc961c49cb37841fd2af7175 /arch/arm/Kconfig
parentARM: 8304/1: Respect NO_KERNEL_MAPPING when we don't have an IOMMU (diff)
downloadkernel-qcow2-linux-5744ff43c2c737055c65b9594b0783c1a2832a65.tar.gz
kernel-qcow2-linux-5744ff43c2c737055c65b9594b0783c1a2832a65.tar.xz
kernel-qcow2-linux-5744ff43c2c737055c65b9594b0783c1a2832a65.zip
ARM: drop experimental status of SMP_ON_UP
SMP_ON_UP has been around for a while, and seems to be well-proven now. Drop the EXPERIMENTAL tag from the option. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9f1f09a2bc9b..d7d7b27bd43e 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1343,7 +1343,7 @@ config SMP
If you don't know what to do here, say N.
config SMP_ON_UP
- bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
+ bool "Allow booting SMP kernel on uniprocessor systems"
depends on SMP && !XIP_KERNEL && MMU
default y
help