forked from luck/tmp_suning_uos_patched
[PATCH] uml: micro fixups to arch Kconfig
Remove a stone-age comment (UM *does* have a MMU, i.e. the host), and fix a
dependency (introduced in commit 02edeb586a
) to
do what was intended.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
cbc24afa82
commit
3b8d108a6e
@ -7,7 +7,6 @@ config UML
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
# XXX: does UM have a mmu/swap?
|
|
||||||
config MMU
|
config MMU
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
@ -209,7 +208,8 @@ config MAGIC_SYSRQ
|
|||||||
config SMP
|
config SMP
|
||||||
bool "Symmetric multi-processing support (EXPERIMENTAL)"
|
bool "Symmetric multi-processing support (EXPERIMENTAL)"
|
||||||
default n
|
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
|
help
|
||||||
This option enables UML SMP support.
|
This option enables UML SMP support.
|
||||||
It is NOT related to having a real SMP box. Not directly, at least.
|
It is NOT related to having a real SMP box. Not directly, at least.
|
||||||
|
Loading…
Reference in New Issue
Block a user