Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162738
b: refs/heads/master
c: 3289651
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger committed Sep 17, 2009
1 parent a62adb6 commit 71c2e13
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: 9c21453e376c03bcba9c6d89dc5735b40a35b098
refs/heads/master: 3289651a9767556822adbd492be957a1287ffd3f
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr)
if (unlikely(atomic_read(&current->tracing_graph_pause)))
return;

if (ftrace_push_return_trace(*parent, self_addr, &trace.depth) == -EBUSY)
if (ftrace_push_return_trace(*parent, self_addr, &trace.depth, 0) == -EBUSY)
return;

trace.func = self_addr;
Expand Down

0 comments on commit 71c2e13

Please sign in to comment.