Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366312
b: refs/heads/master
c: c8d5cb7
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Apr 29, 2013
1 parent 9ee371d commit 0aecb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 69963a072cc6b6c24ae12355e71584e05e13ee45
refs/heads/master: c8d5cb74d52749c242e15bdd50298a1168d90a4d
6 changes: 2 additions & 4 deletions trunk/arch/m32r/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,8 @@ static void show_trace(struct task_struct *task, unsigned long *stack)
printk("Call Trace: ");
while (!kstack_end(stack)) {
addr = *stack++;
if (__kernel_text_address(addr)) {
printk("[<%08lx>] ", addr);
print_symbol("%s\n", addr);
}
if (__kernel_text_address(addr))
printk("[<%08lx>] %pSR\n", addr, (void *)addr);
}
printk("\n");
}
Expand Down

0 comments on commit 0aecb6e

Please sign in to comment.