The patch titled
uml: SMP needs to depend on BROKEN for now
has been removed from the -mm tree. Its filename was
uml-smp-needs-to-depend-on-broken-for-now.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: uml: SMP needs to depend on BROKEN for now
From: Jeff Dike <[EMAIL PROTECTED]>
SMP still needs to depend on BROKEN for now.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/um/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff -puN arch/um/Kconfig~uml-smp-needs-to-depend-on-broken-for-now
arch/um/Kconfig
--- a/arch/um/Kconfig~uml-smp-needs-to-depend-on-broken-for-now
+++ a/arch/um/Kconfig
@@ -189,8 +189,7 @@ config MAGIC_SYSRQ
config SMP
bool "Symmetric multi-processing support (EXPERIMENTAL)"
default n
- #SMP_BROKEN is for x86_64.
- depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN))
+ depends on BROKEN
help
This option enables UML SMP support.
It is NOT related to having a real SMP box. Not directly, at least.
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-kvm.patch
fix-__const_udelay-declaration-and-definition-mismatches.patch
iget-stop-hostfs-from-using-iget-and-read_inode.patch
iget-stop-hostfs-from-using-iget-and-read_inode-checkpatch-fixes.patch
aout-suppress-aout-library-support-if-config_arch_supports_aout-uml-re-remove-accidentally-restored-code.patch
random-add-async-notification-support-to-dev-random.patch
mount-options-fix-hostfs.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html