Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[sfrench/cifs-2.6.git] / arch / alpha / mm / fault.c
index 188fc9256baf16824431cb273f588daa219b2521..741e61ef9d3fe4d11b8349f42fc0e404b60cb0fa 100644 (file)
@@ -221,13 +221,13 @@ retry:
        up_read(&mm->mmap_sem);
        /* Send a sigbus, regardless of whether we were in kernel
           or user mode.  */
-       force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *) address, 0, current);
+       force_sig_fault(SIGBUS, BUS_ADRERR, (void __user *) address, 0);
        if (!user_mode(regs))
                goto no_context;
        return;
 
  do_sigsegv:
-       force_sig_fault(SIGSEGV, si_code, (void __user *) address, 0, current);
+       force_sig_fault(SIGSEGV, si_code, (void __user *) address, 0);
        return;
 
 #ifdef CONFIG_ALPHA_LARGE_VMALLOC