Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219598
b: refs/heads/master
c: d1ba71f
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 27, 2010
1 parent ce65027 commit fcf2d9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2e4f17d230d84579fef07836fb5f69bf1a0a47ad
refs/heads/master: d1ba71f7645696020864fe3cea3049befbe50408
2 changes: 1 addition & 1 deletion trunk/arch/sh/oprofile/backtrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void sh_backtrace(struct pt_regs * const regs, unsigned int depth)
if (depth > backtrace_limit)
depth = backtrace_limit;

stackaddr = (unsigned long *)regs->regs[15];
stackaddr = (unsigned long *)kernel_stack_pointer(regs);
if (!user_mode(regs)) {
if (depth)
unwind_stack(NULL, regs, stackaddr,
Expand Down

0 comments on commit fcf2d9f

Please sign in to comment.