From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422736AbWCWX5k (ORCPT ); Thu, 23 Mar 2006 18:57:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422737AbWCWX5j (ORCPT ); Thu, 23 Mar 2006 18:57:39 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:56080 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S1422735AbWCWX5i (ORCPT ); Thu, 23 Mar 2006 18:57:38 -0500 Date: Fri, 24 Mar 2006 00:57:37 +0100 From: Adrian Bunk To: Andrew Morton Cc: James.Bottomley@HansenPartnership.com, linux-kernel@vger.kernel.org Subject: [RFC: 2.6 patch] let X86_VOYAGER select SMP Message-ID: <20060323235737.GJ22727@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I noted that X86_VOYAGER=y and SMP=n doesn't compile. It might be possible to fix this, but as far as I understand it, all Voyager machines are SMP, implying that such a contfiguration doesn't make much sense. Signed-off-by: Adrian Bunk --- This patch was already sent on: - 16 Mar 2006 --- linux-2.6.16-rc6-mm1-voyager/arch/i386/Kconfig.old 2006-03-16 12:42:30.000000000 +0100 +++ linux-2.6.16-rc6-mm1-voyager/arch/i386/Kconfig 2006-03-16 12:42:44.000000000 +0100 @@ -77,6 +77,7 @@ config X86_VOYAGER bool "Voyager (NCR)" + select SMP help Voyager is an MCA-based 32-way capable SMP architecture proprietary to NCR Corp. Machine classes 345x/35xx/4100/51xx are Voyager-based.