The patch titled voyager: don't try to support unprocessor builds has been removed from the -mm tree. Its filename was voyager-dont-try-to-support-unprocessor-builds.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: voyager: don't try to support unprocessor builds From: James Bottomley <James.Bottomley@xxxxxxxxxxxx> A while ago Randy Dunlap and Adrian Bunk suggested we simply prevent UP voyager building. I resisted this on the grounds that the nagging was the only thing that was going to cause me to look at this. However, now I think we should probably take this course. Cc: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN arch/i386/Kconfig~voyager-dont-try-to-support-unprocessor-builds arch/i386/Kconfig --- a/arch/i386/Kconfig~voyager-dont-try-to-support-unprocessor-builds +++ a/arch/i386/Kconfig @@ -146,6 +146,7 @@ config X86_ELAN config X86_VOYAGER bool "Voyager (NCR)" + select SMP if !BROKEN help Voyager is an MCA-based 32-way capable SMP architecture proprietary to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based. _ Patches currently in -mm which might be from James.Bottomley@xxxxxxxxxxxx are origin.patch scsi-expose-an-support-to-user-space.patch libata-expose-an-to-user-space.patch git-scsi-misc.patch qla2xxx-printk-fixes.patch scsi-send-media-state-change-modification-events.patch scsi-early-detection-of-medium-not-present-updated.patch scsi-use-notifier-chain-for-asynchronous-event.patch initio-fix-conflict-when-loading-driver.patch kill-warnings-in-mptbaseh-on-parisc64.patch advansys-depends-on-virt_to_bus.patch git-x86.patch unify-dma_bit_mask-definitions-v31.patch define-global-bit-macro.patch flashpoint-use-bit-instead-of-bitw.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html