Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272041
b: refs/heads/master
c: 15ec090
h: refs/heads/master
i:
  272039: a82437a
v: v3
  • Loading branch information
Edgar E. Iglesias authored and Michal Simek committed Oct 14, 2011
1 parent 58ddebc commit 1363a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69515f8b957a4b1558d4726ffa6be2484e1dcb60
refs/heads/master: 15ec090833eeb2ab242c049a68b6224345771619
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
case MICROBLAZE_DIV_ZERO_EXCEPTION:
if (user_mode(regs)) {
pr_debug("Divide by zero exception in user mode\n");
_exception(SIGILL, regs, FPE_INTDIV, addr);
_exception(SIGFPE, regs, FPE_INTDIV, addr);
return;
}
printk(KERN_WARNING "Divide by zero exception " \
Expand Down

0 comments on commit 1363a9f

Please sign in to comment.