Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120167
b: refs/heads/master
c: 59de580
h: refs/heads/master
i:
  120165: 1aaafaa
  120163: a9a88b4
  120159: 2ee041b
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent eb1dfd6 commit 8b36905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 7d91fcfcb91dde7bc4586154942862c1724b3519
refs/heads/master: 59de580af1c2fd671b0cb27c41ff958859ae5288
6 changes: 1 addition & 5 deletions trunk/arch/sh/oprofile/backtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,7 @@ kernel_backtrace(unsigned long *stackaddr, struct pt_regs *regs)
*/
do {
addr = *stackaddr++;

if (__kernel_text_address(addr)) {
oprofile_add_trace(addr);
break;
}
oprofile_add_trace(addr);
} while (valid_kernel_stack(stackaddr, regs));

return stackaddr;
Expand Down

0 comments on commit 8b36905

Please sign in to comment.