projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8266e
)
ARM: drop experimental status of SMP_ON_UP
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 13 Feb 2015 11:04:21 +0000
(11:04 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 24 Feb 2015 16:02:22 +0000
(16:02 +0000)
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>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 9f1f09a2bc9bf28894777c08d6968d7faeba55a6..d7d7b27bd43e682f0ffe392769f41b2537ec24f5 100644
(file)
--- 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