Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165946
b: refs/heads/master
c: 23902d9
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Sep 22, 2009
1 parent 5c82e0d commit d4ef02d
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: bfc32ad09bd5b077aac62f09e24d10374001c07b
refs/heads/master: 23902d95c9297fc1e214a705e57d46d69195b6b3
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
if (user_mode(regs)) {
pr_debug(KERN_WARNING "Divide by zero exception " \
"in user mode\n");
_exception(SIGILL, regs, ILL_ILLOPC, addr);
_exception(SIGILL, regs, FPE_INTDIV, addr);
return;
}
printk(KERN_WARNING "Divide by zero exception " \
Expand Down

0 comments on commit d4ef02d

Please sign in to comment.