Re: [PATCH] 2.6.4-bk3 ppc32 compile fix
From: Tom Rini
Date:  Mon Mar 15 2004 - 11:16:07 EST
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/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/