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:
51583cf
)
[PATCH] Kconfig fix (ppc32 SMP dependencies)
author
Al Viro
<viro@www.linux.org.uk>
Tue, 23 Aug 2005 21:46:26 +0000
(22:46 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 24 Aug 2005 01:43:42 +0000
(18:43 -0700)
ppc SMP is supported only for 6xx/POWER3/POWER4 - i.e. ones that have
PPC_STD_MMU. Dependency fixed.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Acked-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/ppc/Kconfig
b/arch/ppc/Kconfig
index f6db3b385fea4c02c4091371743c34e4ddb4facb..f2900f82f898f03b4956b02240dd1b06a016756f 100644
(file)
--- a/
arch/ppc/Kconfig
+++ b/
arch/ppc/Kconfig
@@
-911,6
+911,7
@@
config PPCBUG_NVRAM
default y if PPC_PREP
config SMP
+ depends on PPC_STD_MMU
bool "Symmetric multi-processing support"
---help---
This enables support for systems with more than one CPU. If you have