From: James Bottomley Date: Wed, 17 Oct 2007 16:04:35 +0000 (+0200) Subject: x86: voyager don't try to support uniprocessor builds X-Git-Tag: upstream/snapshot3+hdmi~29780^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87cde760abfa019b5e368186f893cf673d227632;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: voyager don't try to support uniprocessor builds 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 Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 7a95c58..b84d505 100644 --- a/arch/i386/Kconfig +++ b/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.