Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 13 Oct 2001 12:31:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 13 Oct 2001 12:31:07 -0400 Received: from coffee.psychology.McMaster.CA ([130.113.218.59]:54286 "EHLO coffee.psychology.mcmaster.ca") by vger.kernel.org with ESMTP id ; Sat, 13 Oct 2001 12:30:53 -0400 Date: Sat, 13 Oct 2001 12:31:04 -0400 (EDT) From: Mark Hahn To: Dave Jones cc: Linux Kernel Subject: Re: [PATCH] Pentium IV cacheline size. In-Reply-To: <20011013125733.A10917@suse.de> Message-ID: 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 > Currently, we're using a L1_CACHE_SHIFT value of 7 > for Pentium 4, which equates to 128 byte cache lines. > Curious, I dumped the info on the only P4 I could find, > and noticed they were 64 byte. the value is correct, but the name should be SMP rather than L1, since we (only?) use the value for aligning data to avoid false sharing. regards, mark hahn - 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/