From: James Bottomley 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 Signed-off-by: Andrew Morton --- 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. _