signal: Remove the task parameter from force_sig_fault
[linux-2.6-block.git] / arch / ia64 / mm / fault.c
index 5baeb022f474253ae6a880f41d9a42ef63e97dbf..3c3a283d3172bad2109dc9de8805a68e2a3357f9 100644 (file)
@@ -249,7 +249,7 @@ retry:
        }
        if (user_mode(regs)) {
                force_sig_fault(signal, code, (void __user *) address,
-                               0, __ISR_VALID, isr, current);
+                               0, __ISR_VALID, isr);
                return;
        }