Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263190AbTIVPrI (ORCPT ); Mon, 22 Sep 2003 11:47:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263195AbTIVPrI (ORCPT ); Mon, 22 Sep 2003 11:47:08 -0400 Received: from pix-525-pool.redhat.com ([66.187.233.200]:59564 "EHLO lacrosse.corp.redhat.com") by vger.kernel.org with ESMTP id S263190AbTIVPrF (ORCPT ); Mon, 22 Sep 2003 11:47:05 -0400 Date: Mon, 22 Sep 2003 16:45:52 +0100 From: Dave Jones To: Marcelo Tossati Cc: Linux Kernel Subject: [PATCH] backport missing Intel cache sizes. Message-ID: <20030922154552.GD15344@redhat.com> Mail-Followup-To: Dave Jones , Marcelo Tossati , Linux Kernel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 924 Lines: 31 Add some descriptors for Intel cache sizes. Dave --- arch/i386/kernel/setup.c~ 2003-09-22 15:48:24.000000000 +0100 +++ arch/i386/kernel/setup.c 2003-09-22 15:49:33.000000000 +0100 @@ -2296,6 +2296,8 @@ { 0x23, LVL_3, 1024 }, { 0x25, LVL_3, 2048 }, { 0x29, LVL_3, 4096 }, + { 0x2c, LVL_1_DATA, 32 }, + { 0x30, LVL_1_INST, 32 }, { 0x39, LVL_2, 128 }, { 0x3b, LVL_2, 128 }, { 0x3C, LVL_2, 256 }, @@ -2318,6 +2320,8 @@ { 0x83, LVL_2, 512 }, { 0x84, LVL_2, 1024 }, { 0x85, LVL_2, 2048 }, + { 0x86, LVL_2, 512 }, + { 0x87, LVL_2, 1024 }, { 0x00, 0, 0} }; -- 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/