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:
48e4d46
)
sh: flag the default unwinder as reliable.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 14 Aug 2009 16:09:03 +0000
(
01:09
+0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 14 Aug 2009 16:09:03 +0000
(
01:09
+0900)
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>
arch/sh/kernel/dumpstack.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/dumpstack.c
b/arch/sh/kernel/dumpstack.c
index 005dc1d1146051330580df4ad8693a243da0c894..6f5ad1513409bb3732435f751d643cf6232b0a30 100644
(file)
--- a/
arch/sh/kernel/dumpstack.c
+++ b/
arch/sh/kernel/dumpstack.c
@@
-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);