The patch titled voyager: don't try to support unprocessor builds has been added to the -mm tree. Its filename is voyager-dont-try-to-support-unprocessor-builds.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 scsi-expose-an-support-to-user-space.patch libata-expose-an-to-user-space.patch scsi-send-media-state-change-modification-events.patch fix-section-mismatch-in-the-adaptec-dpt-scsi-raid-driver.patch advansys-printk-fix.patch drivers-scsi-advansysc-ld-error-re-2623-rc3-mm1.patch scsi-early-detection-of-medium-not-present-updated.patch scsi-use-notifier-chain-for-asynchronous-event.patch scsi-megaraid_sas-add-hibernation-support.patch scsi-megaraid_sas-add-module-param-fast_load.patch scsi-megaraid_sas-add-module-param-max_sectors-cmd_per_lun.patch scsi-megaraid_sas-update-version-and-changelog.patch voyager-include-asm-smph-to-fix-compile-error.patch voyager-dont-try-to-support-unprocessor-builds.patch scsi-use-lock-per-host-instead-of-per-device-for-shared-queue-tag-host.patch do-not-export-usr-include-scsi-in-make-headers_install.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