Skip to content

Commit 5744ff4

Browse files
author
Russell King
committed
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>
1 parent 6e8266e commit 5744ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ config SMP
13431343
If you don't know what to do here, say N.
13441344

13451345
config SMP_ON_UP
1346-
bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
1346+
bool "Allow booting SMP kernel on uniprocessor systems"
13471347
depends on SMP && !XIP_KERNEL && MMU
13481348
default y
13491349
help

0 commit comments

Comments
 (0)