Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-block.git] / arch / parisc / kernel / unaligned.c
index 30161b7c9ac25d9bcfc8963799ec8d2c8e774cbd..237d20dd5622de53fb207ec5888f972c7237a9e3 100644 (file)
@@ -676,14 +676,14 @@ void handle_unaligned(struct pt_regs *regs)
                if (ret == ERR_PAGEFAULT)
                {
                        force_sig_fault(SIGSEGV, SEGV_MAPERR,
-                                       (void __user *)regs->ior, current);
+                                       (void __user *)regs->ior);
                }
                else
                {
 force_sigbus:
                        /* couldn't handle it ... */
                        force_sig_fault(SIGBUS, BUS_ADRALN,
-                                       (void __user *)regs->ior, current);
+                                       (void __user *)regs->ior);
                }
                
                return;