Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264493AbUANTp0 (ORCPT ); Wed, 14 Jan 2004 14:45:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264538AbUANTn6 (ORCPT ); Wed, 14 Jan 2004 14:43:58 -0500 Received: from stat1.steeleye.com ([65.114.3.130]:33410 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S264493AbUANTmL (ORCPT ); Wed, 14 Jan 2004 14:42:11 -0500 Subject: Re: [PATCH] 2.6.1-mm2: Adjust MAX_MP_BUSSES for summit and generic subarches From: James Bottomley To: James Cleverdon Cc: Linux Kernel Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-9) Date: 14 Jan 2004 14:42:06 -0500 Message-Id: <1074109327.1805.65.camel@mulgrave> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 677 Lines: 19 Summit has it's own mach_mpspec.h, so it won't even see the summit changes you're proposing in mach-default: +++ q1mm2/include/asm-i386/mach-generic/mach_mpspec.h 2004-01-13 [...] +#if defined(CONFIG_X86_SUMMIT) || defined(CONFIG_X86_GENERICARCH) Putting summit specific pieces in the subarch default is the wrong way to do it (and for this patch, it's even unnecessary since you modify the summit mach_mpspec.h anyway). James - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/