From: Andi Kleen <ak@suse.de>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-arch@vger.kernel.org, Jan Beulich <JBeulich@novell.com>
Subject: Re: Fw: [PATCH] abstract type/size specification for assembly
Date: Wed, 1 Feb 2006 08:36:09 +0100 [thread overview]
Message-ID: <200602010836.09932.ak@suse.de> (raw)
In-Reply-To: <20060131143149.35db2e02.akpm@osdl.org>
On Tuesday 31 January 2006 23:31, Andrew Morton wrote:
>
> OK?
Yes.
>
>
> From: Jan Beulich <jbeulich@novell.com>
>
> Provide abstraction for generating type and size information of assembly
> routines and data.
>
> Signed-off-by: Jan Beulich <jbeulich@novell.com>
> Signed-off-by: Andrew Morton <akpm@osdl.org>
> ---
>
> include/linux/linkage.h | 5 +++++
> 1 files changed, 5 insertions(+)
>
> diff -puN include/linux/linkage.h~abstract-type-size-specification-for-assembly include/linux/linkage.h
> --- 25/include/linux/linkage.h~abstract-type-size-specification-for-assembly Tue Jan 31 14:30:58 2006
> +++ 25-akpm/include/linux/linkage.h Tue Jan 31 14:30:58 2006
> @@ -39,6 +39,11 @@
> ALIGN; \
> name:
>
> +#define ENDPROC(name) \
> + .type name, @function; \
> + END(name)
> +#define END(name) \
> + .size name, .-name
>
> #endif
>
> _
>
>
next prev parent reply other threads:[~2006-02-01 7:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-31 22:31 Fw: [PATCH] abstract type/size specification for assembly Andrew Morton
2006-02-01 7:36 ` Andi Kleen [this message]
2006-02-01 8:32 ` Russell King
2006-02-01 8:49 ` Andi Kleen
2006-02-01 9:09 ` Russell King
2006-02-01 11:40 ` Jan Beulich
2006-02-08 16:11 ` Jan Beulich
2006-02-01 13:50 ` Ralf Baechle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602010836.09932.ak@suse.de \
--to=ak@suse.de \
--cc=JBeulich@novell.com \
--cc=akpm@osdl.org \
--cc=linux-arch@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.