projects
/
GitHub
/
moto-9609
/
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:
874d5d3
)
ARM: 6624/1: fix dependency for CONFIG_SMP_ON_UP
author
Nicolas Pitre
<nico@fluxnic.net>
Fri, 14 Jan 2011 06:33:24 +0000
(07:33 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 14 Jan 2011 09:00:46 +0000
(09:00 +0000)
This depends on !XIP_KERNEL and not !XIP.
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
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 a3fb23be87f3100daf1c5fa9800c756e7cb2821b..53ea54782ef532d83809f5505c1a8bb265f89bfb 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-1275,7
+1275,7
@@
config SMP
config SMP_ON_UP
bool "Allow booting SMP kernel on uniprocessor systems (EXPERIMENTAL)"
depends on EXPERIMENTAL
- depends on SMP && !XIP
+ depends on SMP && !XIP
_KERNEL
default y
help
SMP kernels contain instructions which fail on non-SMP processors.