Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[sfrench/cifs-2.6.git] / arch / mips / kernel / kprobes.c
index 07c941c99e922cb527b62ae7677aacf0630968fc..81ba1d3c367c96addbd795bd0d8998e5607e1895 100644 (file)
@@ -220,7 +220,7 @@ static int evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs,
 
 unaligned:
        pr_notice("%s: unaligned epc - sending SIGBUS.\n", current->comm);
-       force_sig(SIGBUS, current);
+       force_sig(SIGBUS);
        return -EFAULT;
 
 }