Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269423AbTHKSei (ORCPT ); Mon, 11 Aug 2003 14:34:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272824AbTHKSdx (ORCPT ); Mon, 11 Aug 2003 14:33:53 -0400 Received: from scrub.xs4all.nl ([194.109.195.176]:52740 "EHLO scrub.xs4all.nl") by vger.kernel.org with ESMTP id S272875AbTHKScB (ORCPT ); Mon, 11 Aug 2003 14:32:01 -0400 Date: Mon, 11 Aug 2003 20:31:52 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@serv To: davej@redhat.com cc: torvalds@osdl.org, Subject: Re: [PATCH] sort the cache shift options. In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1097 Lines: 30 Hi, On Mon, 11 Aug 2003 davej@redhat.com wrote: > diff -urpN --exclude-from=/home/davej/.exclude bk-linus/arch/i386/Kconfig linux-2.5/arch/i386/Kconfig > --- bk-linus/arch/i386/Kconfig 2003-08-06 16:39:02.000000000 +0100 > +++ linux-2.5/arch/i386/Kconfig 2003-08-08 00:38:44.000000000 +0100 > @@ -322,10 +322,10 @@ config X86_XADD > > config X86_L1_CACHE_SHIFT > int > - default "7" if MPENTIUM4 || X86_GENERIC > default "4" if MELAN || M486 || M386 > default "5" if MWINCHIP3D || MWINCHIP2 || MWINCHIPC6 || MCRUSOE || MCYRIXIII || MK6 || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || M586 || MVIAC3_2 > default "6" if MK7 || MK8 > + default "7" if MPENTIUM4 || X86_GENERIC > > config RWSEM_GENERIC_SPINLOCK > bool The order does matter, in this case we want to override the cpu selection with X86_GENERIC. bye, Roman - 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/