Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751455AbWIYVfY (ORCPT ); Mon, 25 Sep 2006 17:35:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751458AbWIYVfY (ORCPT ); Mon, 25 Sep 2006 17:35:24 -0400 Received: from gw.goop.org ([64.81.55.164]:1763 "EHLO mail.goop.org") by vger.kernel.org with ESMTP id S1751455AbWIYVfX (ORCPT ); Mon, 25 Sep 2006 17:35:23 -0400 Message-ID: <45184B9D.3030702@goop.org> Date: Mon, 25 Sep 2006 14:35:25 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.7 (X11/20060913) MIME-Version: 1.0 To: Mathieu Desnoyers CC: Martin Bligh , "Frank Ch. Eigler" , Masami Hiramatsu , prasanna@in.ibm.com, Andrew Morton , Ingo Molnar , Paul Mundt , linux-kernel , Jes Sorensen , Tom Zanussi , Richard J Moore , Michel Dagenais , Christoph Hellwig , Greg Kroah-Hartman , Thomas Gleixner , William Cohen , ltt-dev@shafik.org, systemtap@sources.redhat.com, Alan Cox , Karim Yaghmour , Pavel Machek , Joe Perches , "Randy.Dunlap" , "Jose R. Santos" Subject: Re: [PATCH] Linux Kernel Markers 0.11 for 2.6.17 References: <20060925151028.GA14695@Krystal> <45181CE9.1080204@goop.org> <20060925201036.GB13049@Krystal> <45183B20.2080907@goop.org> <20060925203502.GA3770@Krystal> <20060925204701.GB3770@Krystal> <45184885.8020807@goop.org> <20060925213207.GD3770@Krystal> In-Reply-To: <20060925213207.GD3770@Krystal> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 629 Lines: 16 Mathieu Desnoyers wrote: > I will declare the pointers around the jmp instruction directly in assembly : I > wouldn't want gcc to put some other code there by mistake. > > I will use the "name" variable, as it is already there. > Probably better not to. If you use the fake extern, gcc won't be tempted to generate any code to satisfy the reference in the asm param line. J - 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/