Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121233
b: refs/heads/master
c: f0461d0
h: refs/heads/master
i:
  121231: 57fe7e2
v: v3
  • Loading branch information
Ingo Molnar committed Dec 3, 2008
1 parent b841929 commit 25b08a9
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: 48d68b20d00865035b8b65e69af343d0f53fac9d
refs/heads/master: f0461d0146ee30927bc7efa2ae24ea8c6693b725
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 25b08a9

Please sign in to comment.