Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / arch / mips / kernel / branch.c
index 32103cc..88f19e3 100644 (file)
@@ -247,7 +247,8 @@ unaligned:
        return -EFAULT;
 
 sigill:
-       printk("%s: DSP branch but not DSP ASE - sending SIGBUS.\n", current->comm);
-       force_sig(SIGBUS, current);
+       pr_info("%s: DSP branch but not DSP ASE - sending SIGILL.\n",
+               current->comm);
+       force_sig(SIGILL, current);
        return -EFAULT;
 }