Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121231
b: refs/heads/master
c: 66eafeb
h: refs/heads/master
i:
  121229: 97ae6cb
  121227: 46a0ff7
  121223: c1c962c
  121215: 2883d1d
v: v3
  • Loading branch information
Liming Wang authored and Ingo Molnar committed Dec 2, 2008
1 parent 9860f29 commit 57fe7e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 222658e08f72cd539d01f3aabdc258c596f487e2
refs/heads/master: 66eafebc1086014709dc38f52ddcb3d67d9b346c
6 changes: 2 additions & 4 deletions trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,8 @@ static void ftrace_update_pid_func(void)
set_ftrace_pid_function(func);
func = ftrace_pid_func;
} else {
if (func != ftrace_pid_func)
goto out;

set_ftrace_pid_function(func);
if (func == ftrace_pid_func)
func = ftrace_pid_function;
}

#ifdef CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST
Expand Down

0 comments on commit 57fe7e2

Please sign in to comment.