diff -Naru a/include/asm-ppc/unistd.h b/include/asm-ppc/unistd.h --- a/include/asm-ppc/unistd.h 2005-04-14 03:20:43 -07:00 +++ b/include/asm-ppc/unistd.h 2005-04-14 03:20:43 -07:00 @@ -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__ */ # This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2004/03/16 07:15:28-08:00 akpm@osdl.org # [PATCH] ppc32 compile fix # # From: Tom Rini # # 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. # # include/asm-ppc/unistd.h # 2004/03/16 02:29:21-08:00 akpm@osdl.org +4 -4 # ppc32 compile fix #