Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[sfrench/cifs-2.6.git] / arch / powerpc / kernel / signal_32.c
index a2b74e057904985820fea313e392ca39e158478e..f50b708d6d7716572c1c8e97812548bd6babdb1c 100644 (file)
@@ -1245,7 +1245,7 @@ SYSCALL_DEFINE0(rt_sigreturn)
                                   current->comm, current->pid,
                                   rt_sf, regs->nip, regs->link);
 
-       force_sig(SIGSEGV, current);
+       force_sig(SIGSEGV);
        return 0;
 }
 
@@ -1334,7 +1334,7 @@ SYSCALL_DEFINE3(debug_setcontext, struct ucontext __user *, ctx,
                                           current->comm, current->pid,
                                           ctx, regs->nip, regs->link);
 
-               force_sig(SIGSEGV, current);
+               force_sig(SIGSEGV);
                goto out;
        }
 
@@ -1512,6 +1512,6 @@ badframe:
                                   current->comm, current->pid,
                                   addr, regs->nip, regs->link);
 
-       force_sig(SIGSEGV, current);
+       force_sig(SIGSEGV);
        return 0;
 }