From: Al Viro <viro@ZenIV.linux.org.uk>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>,
Yoshinori Sato <ysato@users.sourceforge.jp>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] h8300: Hardcode symbol prefixes in asm sources
Date: Tue, 7 May 2013 13:02:01 +0100 [thread overview]
Message-ID: <20130507120201.GP25399@ZenIV.linux.org.uk> (raw)
In-Reply-To: <1367920320-18382-1-git-send-email-geert@linux-m68k.org>
On Tue, May 07, 2013 at 11:52:00AM +0200, Geert Uytterhoeven wrote:
> arch/h8300/kernel/syscalls.S | 646 +++++++++++-----------
NAK on this part - either turn it into array initialized in something.c,
or at least do something like
#define CALL(x) .long _##x
and use that to fill the damn thing.
next prev parent reply other threads:[~2013-05-07 12:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-07 9:52 [PATCH] h8300: Hardcode symbol prefixes in asm sources Geert Uytterhoeven
2013-05-07 12:02 ` Al Viro [this message]
2013-05-07 12:13 ` Geert Uytterhoeven
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=20130507120201.GP25399@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
--cc=ysato@users.sourceforge.jp \
/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.