Skip to content

Commit

Permalink
sh: flag the default unwinder as reliable.
Browse files Browse the repository at this point in the history
This flags the default unwinder as reliable, as it tends to be reliable
enough for the purposes of the stacktrace buffer. We leave the unreliable
cases for the unwind methods that we know to be completely broken.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Aug 14, 2009
1 parent 48e4d46 commit f9967e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/kernel/dumpstack.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stack_reader_dump(struct task_struct *task, struct pt_regs *regs,
unsigned long addr = *sp++;

if (__kernel_text_address(addr)) {
ops->address(data, addr, 0);
ops->address(data, addr, 1);

print_ftrace_graph_addr(addr, data, ops,
context, &graph);
Expand Down

0 comments on commit f9967e2

Please sign in to comment.