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:
cbc24af
)
[PATCH] uml: micro fixups to arch Kconfig
author
Paolo 'Blaisorblade' Giarrusso
<
[email protected]
>
Mon, 14 Nov 2005 00:07:04 +0000
(16:07 -0800)
committer
Linus Torvalds
<
[email protected]
>
Mon, 14 Nov 2005 02:14:14 +0000
(18:14 -0800)
Remove a stone-age comment (UM *does* have a MMU, i.e. the host), and fix a
dependency (introduced in commit
02edeb586ae4cdd17778923674700edb732a4741
) to
do what was intended.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Acked-by: Jeff Dike <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/Kconfig
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig
b/arch/um/Kconfig
index 3b5f47c469073df1ca4b0bac35bc06dff2aaaeaf..018f076101f303ddbbf7f0e4a03e66d1204097fb 100644
(file)
--- a/
arch/um/Kconfig
+++ b/
arch/um/Kconfig
@@
-7,7
+7,6
@@
config UML
bool
default y
-# XXX: does UM have a mmu/swap?
config MMU
bool
default y
@@
-209,7
+208,8
@@
config MAGIC_SYSRQ
config SMP
bool "Symmetric multi-processing support (EXPERIMENTAL)"
default n
- depends on (MODE_TT && EXPERIMENTAL && !SMP_BROKEN) || (BROKEN && SMP_BROKEN)
+ #SMP_BROKEN is for x86_64.
+ depends on MODE_TT && EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN))
help
This option enables UML SMP support.
It is NOT related to having a real SMP box. Not directly, at least.