Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121059
b: refs/heads/master
c: e55f605
h: refs/heads/master
i:
  121057: 3fdc25a
  121055: dc5d475
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Nov 4, 2008
1 parent 3631b1f commit 65078b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 07695fa04e8a3384b0c855398ce1f7885bd7dc3b
refs/heads/master: e55f605c14679c30be41473e60b7ad26524cdc35
8 changes: 0 additions & 8 deletions trunk/kernel/trace/trace_sched_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,6 @@ static struct tracer sched_switch_trace __read_mostly =

__init static int init_sched_switch_trace(void)
{
int ret = 0;

if (atomic_read(&sched_ref))
ret = tracing_sched_register();
if (ret) {
pr_info("error registering scheduler trace\n");
return ret;
}
return register_tracer(&sched_switch_trace);
}
device_initcall(init_sched_switch_trace);

0 comments on commit 65078b2

Please sign in to comment.