Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190663
b: refs/heads/master
c: f3ff821
h: refs/heads/master
i:
  190661: 42a5987
  190659: 8b99a87
  190655: 317f971
v: v3
  • Loading branch information
Randy Dunlap authored and Michal Simek committed May 6, 2010
1 parent 6fdf1ce commit 216d2a9
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: 113a591a17de9e71b90631be89d3268c406b11c6
refs/heads/master: f3ff8212a24f1935b44a3fcdd81c787428f053a6
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/exceptions.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ asmlinkage void full_exception(struct pt_regs *regs, unsigned int type,
}
printk(KERN_WARNING "Divide by zero exception " \
"in kernel mode.\n");
die("Divide by exception", regs, SIGBUS);
die("Divide by zero exception", regs, SIGBUS);
break;
case MICROBLAZE_FPU_EXCEPTION:
pr_debug(KERN_WARNING "FPU exception\n");
Expand Down

0 comments on commit 216d2a9

Please sign in to comment.