Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 3 Aug 2002 18:36:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 3 Aug 2002 18:36:16 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:17171 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 3 Aug 2002 18:36:15 -0400 Date: Sat, 3 Aug 2002 15:40:46 -0700 (PDT) From: Linus Torvalds To: David Woodhouse cc: davidm@hpl.hp.com, Alan Cox , , Subject: Re: adjust prefetch in free_one_pgd() In-Reply-To: <24964.1028412229@redhat.com> 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 Content-Length: 829 Lines: 23 On Sat, 3 Aug 2002, David Woodhouse wrote: > > That's for a prefetch operation which doesn't mark the cache line > dirty/owned. If you have random addresses used with 'write prefetch' > operations, that's still going to be a problem. Does anybody do that? That's a horribly stupid prefetch, and nobody sane should ever do anything like that, _especially_ if they don't have cache-coherency at all layers. Sure, "prefetch for writing" makes sense, but that shouldn't mark them cacheline dirty, it should just try to get it exclusively. Does anybody really mark it dirty? Linus - 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/