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:
3568bd9
)
ARM: SMP: drop experimental status
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 12 May 2011 08:52:02 +0000
(09:52 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 12 May 2011 08:52:02 +0000
(09:52 +0100)
SMP on ARM has been around for a while now, without any major issues
being raised. So, drop the experimental status of this feature.
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 377a7a595b08041fdacb1dfd43d8be206578bda8..ac19a5ac048f6825bb0e16ef45d2684ee66729d6 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-1318,8
+1318,7
@@
menu "Kernel Features"
source "kernel/time/Kconfig"
config SMP
- bool "Symmetric Multi-Processing (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ bool "Symmetric Multi-Processing"
depends on CPU_V6K || CPU_V7
depends on GENERIC_CLOCKEVENTS
depends on REALVIEW_EB_ARM11MP || REALVIEW_EB_A9MP || \