projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5391473
)
[ARM] Allow SMP if Realview MPcore is selected
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 7 Nov 2005 21:30:21 +0000
(21:30 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 7 Nov 2005 21:30:21 +0000
(21:30 +0000)
This patch puts into place the final piece of the puzzle for SMP
support on ARM.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 056adc8a7d34e832e323ccd432ee3d6300b4864c..91d5ef3397be3d56f643dc5fb21eaa4315303499 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-324,7
+324,7
@@
menu "Kernel Features"
config SMP
bool "Symmetric Multi-Processing (EXPERIMENTAL)"
- depends on EXPERIMENTAL &&
BROKEN #&& n
+ depends on EXPERIMENTAL &&
REALVIEW_MPCORE
help
This enables support for systems with more than one CPU. If you have
a system with only one CPU, like most personal computers, say N. If