From 3c37a589ef37843beb654b8b7cf3185acc87c25b Mon Sep 17 00:00:00 2001 From: Paolo 'Blaisorblade' Giarrusso Date: Sun, 13 Nov 2005 16:07:04 -0800 Subject: [PATCH] --- yaml --- r: 14060 b: refs/heads/master c: 3b8d108a6e7992a53e0736abefac1b2e07ce98de h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/Kconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 86ebc45cebb3..b83c950a1fe1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbc24afa82106b67df804cb434739e4382eecd9a +refs/heads/master: 3b8d108a6e7992a53e0736abefac1b2e07ce98de diff --git a/trunk/arch/um/Kconfig b/trunk/arch/um/Kconfig index 3b5f47c46907..018f076101f3 100644 --- a/trunk/arch/um/Kconfig +++ b/trunk/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.