Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-block.git] / arch / c6x / kernel / signal.c
index e72d9b6bc234248cc474ea699e386b07ebd28729..e456652facce5177b975ec466d4e743c086d600c 100644 (file)
@@ -90,7 +90,7 @@ asmlinkage int do_rt_sigreturn(struct pt_regs *regs)
        return regs->a4;
 
 badframe:
-       force_sig(SIGSEGV, current);
+       force_sig(SIGSEGV);
        return 0;
 }