Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189149
b: refs/heads/master
c: 9e8307e
h: refs/heads/master
i:
  189147: 89b52a4
v: v3
  • Loading branch information
David S. Miller committed Mar 29, 2010
1 parent 1f99e1d commit 9894d71
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: d2566af8c4860a03ca685ef0910de406679c3e4e
refs/heads/master: 9e8307ecaf9f8c8b5b3b22145021204c4e73114a
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/perf_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ static void perf_callchain_user_32(struct pt_regs *regs,
callchain_store(entry, PERF_CONTEXT_USER);
callchain_store(entry, regs->tpc);

ufp = regs->u_regs[UREG_I6];
ufp = regs->u_regs[UREG_I6] & 0xffffffffUL;
do {
struct sparc_stackf32 *usf, sf;
unsigned long pc;
Expand Down

0 comments on commit 9894d71

Please sign in to comment.