Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298307
b: refs/heads/master
c: db6544e
h: refs/heads/master
i:
  298305: 1a72767
  298303: 14f53e5
v: v3
  • Loading branch information
Rajesh Bhagat authored and Steven Rostedt committed Mar 13, 2012
1 parent 8433f1e commit c4050a2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b892e5c89787716b95a8e55d77d25a1c0748df10
refs/heads/master: db6544e0075d192e5ad16eda8689c55fa9c6f8f4
3 changes: 2 additions & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ static void update_ftrace_function(void)
#else
__ftrace_trace_function = func;
#endif
ftrace_trace_function = ftrace_test_stop_func;
ftrace_trace_function =
(func == ftrace_stub) ? func : ftrace_test_stop_func;
#endif
}

Expand Down

0 comments on commit c4050a2

Please sign in to comment.