diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-02-13 11:04:21 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-02-24 16:02:22 +0000 |
commit | 5744ff43c2c737055c65b9594b0783c1a2832a65 (patch) | |
tree | 27a40d85529883fcdc961c49cb37841fd2af7175 /arch/arm/Kconfig | |
parent | 6e8266e3333bd01700decf9866725e254d84f21a (diff) | |
download | linux-5744ff43c2c737055c65b9594b0783c1a2832a65.tar.bz2 |
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/Kconfig | 2 |
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 |