Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5744ff43 authored by Russell King's avatar Russell King
Browse files

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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6e8266e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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