projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd8058
)
sh64: Fix up compile warning in event tracer.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 25 Apr 2008 03:59:09 +0000
(12:59 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 8 May 2008 10:51:37 +0000
(19:51 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/lib64/dbg.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/lib64/dbg.c
b/arch/sh/lib64/dbg.c
index 75825ef6e0846443be7a549a1671961d64607de9..2fb8eaf6de60a01c6bbaae80d7839b0a2d1778bc 100644
(file)
--- a/
arch/sh/lib64/dbg.c
+++ b/
arch/sh/lib64/dbg.c
@@
-186,8
+186,8
@@
void evt_debug(int evt, int ret_addr, int event, int tra, struct pt_regs *regs)
rr->pc = regs->pc;
if (sp < stack_bottom + 3092) {
- printk("evt_debug : stack underflow report\n");
int i, j;
+ printk("evt_debug : stack underflow report\n");
for (j=0, i = event_ptr; j<16; j++) {
rr = event_ring + i;
printk("evt=%08x event=%08x tra=%08x pid=%5d sp=%08lx pc=%08lx\n",