Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Dec 2001 05:06:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Dec 2001 05:05:58 -0500 Received: from d-dialin-2782.addcom.de ([213.61.81.150]:28144 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id ; Mon, 24 Dec 2001 05:05:46 -0500 Date: Mon, 24 Dec 2001 01:44:17 +0100 (CET) From: Kai Germaschewski X-X-Sender: To: Andrew Morton cc: Keith Owens , Subject: Re: How to fix false positives on references to discarded text/data? In-Reply-To: <3C2673B3.78E21527@zip.com.au> 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 Sun, 23 Dec 2001, Andrew Morton wrote: > Kai Germaschewski wrote: > > > > asm volatile(LOCK "subl $1,(%0)\n\t" \ > > "js 2f\n" \ > > "1:\n" \ > > - ".section .text.lock,\"ax\"\n" \ > > + ".subsection 1\n" \ > > "2:\tcall " helper "\n\t" \ > > "jmp 1b\n" \ > > ".previous" \ > > Don't we want `.subsection 0' here, rather than .previous? Either should be fine. > Apart from that, it looks like a winner. ;-) --Kai - 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/