Skip to content

Commit

Permalink
ARM: drop experimental status of SMP_ON_UP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King committed Feb 24, 2015
1 parent 6e8266e commit 5744ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5744ff4

Please sign in to comment.