Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106013
b: refs/heads/master
c: a89cc19
h: refs/heads/master
i:
  106011: 2fc41e1
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Jul 25, 2008
1 parent 576dfdc commit da43e6f
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: 28325df0d9339b7f3aba9c45174d4586223ef46b
refs/heads/master: a89cc1959d0ea5f36bf7421dc97b34f03809637d
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace_sysprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static void timer_notify(struct pt_regs *regs, int cpu)
__trace_special(tr, data, 2, regs->ip, 0);

while (i < sample_max_depth) {
frame.next_fp = 0;
frame.next_fp = NULL;
frame.return_address = 0;
if (!copy_stack_frame(fp, &frame))
break;
Expand Down

0 comments on commit da43e6f

Please sign in to comment.