projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113a591
)
microblaze: fix divide by zero exception message
author
Randy Dunlap
<randy.dunlap@oracle.com>
Wed, 21 Apr 2010 21:11:34 +0000
(14:11 -0700)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 6 May 2010 09:21:58 +0000
(11:21 +0200)
Fix divide exception message to say "divide by zero".
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/exceptions.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/exceptions.c
b/arch/microblaze/kernel/exceptions.c
index d9f70f83097fc5f3c0f010b6a96f1c33f383ba47..02cbdfe5aa8dd1619ef25e14e65e4f34cf825129 100644
(file)
--- a/
arch/microblaze/kernel/exceptions.c
+++ b/
arch/microblaze/kernel/exceptions.c
@@
-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");