Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140674
b: refs/heads/master
c: b3a8c34
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jan 29, 2009
1 parent 2cbe8d6 commit e4e4efd
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f04109bf1be7449e27d38ae1bb8465013374bd49
refs/heads/master: b3a8c34886d0e3dd3a24a5b614ee025181da2f41
5 changes: 1 addition & 4 deletions trunk/kernel/trace/trace_sched_wakeup.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,10 @@ probe_wakeup_sched_switch(struct rq *rq, struct task_struct *prev,

static void __wakeup_reset(struct trace_array *tr)
{
struct trace_array_cpu *data;
int cpu;

for_each_possible_cpu(cpu) {
data = tr->data[cpu];
for_each_possible_cpu(cpu)
tracing_reset(tr, cpu);
}

wakeup_cpu = -1;
wakeup_prio = -1;
Expand Down

0 comments on commit e4e4efd

Please sign in to comment.