Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 18 Jan 2002 19:23:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 18 Jan 2002 19:23:29 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:40791 "EHLO svldns02.veritas.com") by vger.kernel.org with ESMTP id ; Fri, 18 Jan 2002 19:23:15 -0500 Date: Sat, 19 Jan 2002 00:24:43 +0000 (GMT) From: Hugh Dickins To: Pavel Machek cc: Andrea Arcangeli , rwhron@earthlink.net, Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: [PATCH] 1-2-3 GB In-Reply-To: <20020118211851.GB130@elf.ucw.cz> 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 On Fri, 18 Jan 2002, Pavel Machek wrote: > > > The patch below seems to be enough to convince egcs-2.91.66 and > > gcc-2.95.3 to use a "jb" comparison there. I'm working on PIII, > > prefetchw() just a stub, if that makes any difference. > > If this is really gcc bug, would simply making j volatile fix it? You rogue! The panacea, eh? Well, yes, it does look like that's enough with egcs-2.91.66 (I don't have 2.95 here to try at the moment, expect it would behave the same) - the comparison uses "jle" as before, but now it's correctly on free_one_pmd's index j instead of an address. Neat - but an even bigger fatter comment needed? Hugh - 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/