Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 8 Oct 2002 16:58:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 8 Oct 2002 16:58:29 -0400 Received: from noodles.codemonkey.org.uk ([213.152.47.19]:26069 "EHLO noodles.internal") by vger.kernel.org with ESMTP id ; Tue, 8 Oct 2002 16:58:06 -0400 Date: Tue, 8 Oct 2002 22:06:31 +0100 From: Dave Jones To: Alan Cox Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: PATCH: missing cache tag Message-ID: <20021008210631.GA23678@suse.de> Mail-Followup-To: Dave Jones , Alan Cox , torvalds@transmeta.com, linux-kernel@vger.kernel.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1001 Lines: 24 On Tue, Oct 08, 2002 at 07:53:15PM +0100, Alan Cox wrote: > diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/arch/i386/kernel/cpu/intel.c linux.2.5.41-ac1/arch/i386/kernel/cpu/intel.c > --- linux.2.5.41/arch/i386/kernel/cpu/intel.c 2002-10-02 21:33:55.000000000 +0100 > +++ linux.2.5.41-ac1/arch/i386/kernel/cpu/intel.c 2002-10-04 16:33:09.000000000 +0100 > @@ -127,6 +127,7 @@ > { 0x7B, LVL_2, 512 }, > { 0x7C, LVL_2, 1024 }, > { 0x82, LVL_2, 256 }, > + { 0x83, LVL_2, 512 }, > { 0x84, LVL_2, 1024 }, > { 0x85, LVL_2, 2048 }, > { 0x00, 0, 0} More complete set of tags, and related fixes in already merged in -bk Dave -- | Dave Jones. http://www.codemonkey.org.uk - 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/