From: Tom Rini <trini@kernel.crashing.org>
To: Colin Leroy <colin@colino.net>, Andrew Morton <akpm@osdl.org>
Cc: benh@kernel.crashing.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.6.4-bk3 ppc32 compile fix
Date: Mon, 15 Mar 2004 09:12:35 -0700 [thread overview]
Message-ID: <20040315161235.GE4342@smtp.west.cox.net> (raw)
In-Reply-To: <036801c40aa7$06d40170$3cc8a8c0@epro.dom>
On Mon, Mar 15, 2004 at 05:03:16PM +0100, Colin Leroy wrote:
> Hi again,
>
> > The problem is that on PPC32 (and probably sparc64) 'asmlinkage' is a
> > useless keyword, and should just be removed from
> > include/asm-ppc/unistd.h.
>
> Here's another patch, then :)
> (not changing sparc64 stuff... I can't test it)
Here it is inline:
--- include/asm-ppc/unistd.h.orig 2004-03-11 03:55:23.000000000 +0100
+++ include/asm-ppc/unistd.h 2004-03-15 17:01:49.000000000 +0100
@@ -415,10 +415,10 @@
int sys_pipe(int __user *fildes);
int sys_ptrace(long request, long pid, long addr, long data);
struct sigaction;
-asmlinkage long sys_rt_sigaction(int sig,
- const struct sigaction __user *act,
- struct sigaction __user *oact,
- size_t sigsetsize);
+long sys_rt_sigaction(int sig,
+ const struct sigaction __user *act,
+ struct sigaction __user *oact,
+ size_t sigsetsize);
#endif /* __KERNEL_SYSCALLS__ */
Andrew, can you please take this up? Thanks.
--
Tom Rini
http://gate.crashing.org/~trini/
prev parent reply other threads:[~2004-03-15 16:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-14 21:59 Colin Leroy
2004-03-15 15:51 ` Tom Rini
2004-03-15 15:49 ` Colin Leroy
2004-03-15 16:03 ` Tom Rini
2004-03-15 16:03 ` Colin Leroy
2004-03-15 16:12 ` Tom Rini [this message]
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=20040315161235.GE4342@smtp.west.cox.net \
--to=trini@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=benh@kernel.crashing.org \
--cc=colin@colino.net \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®