Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 4 Oct 2002 23:18:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 4 Oct 2002 23:18:54 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:1553 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 4 Oct 2002 23:18:53 -0400 Date: Fri, 4 Oct 2002 20:26:20 -0700 (PDT) From: Linus Torvalds To: Alexander Viro cc: "David S. Miller" , Subject: Re: oops in bk pull (oct 03) In-Reply-To: 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: 821 Lines: 22 On Fri, 4 Oct 2002, Alexander Viro wrote: > > It's getting better. The thing _does_ survive if there is no cacheline > boundary between the calls of pci_write_config_dword(); otherwise it > dies on that boundary. Ok, that definitely clinches it - it's the cache miss coupled with host bridge confusion that causes it to start fetching from PCI space instead of RAM (or, more likely just get really confused about it and maybe fetch from both). It's always good to understand why someting doesn't work, rather than just revert it because it breaks inexplicably. 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/