[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130507120201.GP25399@ZenIV.linux.org.uk>
Date: Tue, 7 May 2013 13:02:01 +0100
From: Al Viro <viro@...IV.linux.org.uk>
To: Geert Uytterhoeven <geert@...ux-m68k.org>
Cc: Rusty Russell <rusty@...tcorp.com.au>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] h8300: Hardcode symbol prefixes in asm sources
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists