Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288745
b: refs/heads/master
c: 62f6536
h: refs/heads/master
i:
  288743: 7996595
v: v3
  • Loading branch information
Nikunj A. Dadhania authored and Ingo Molnar committed Feb 22, 2012
1 parent a088ff5 commit 08c3f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 9388dc3047a88bedfd867e9ba3e1980c815ac524
refs/heads/master: 62f6536a630affe3176deb48554d27ee58b65077
4 changes: 0 additions & 4 deletions trunk/kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -2670,8 +2670,6 @@ static int select_idle_sibling(struct task_struct *p, int target)
/*
* Otherwise, iterate the domains and find an elegible idle cpu.
*/
rcu_read_lock();

sd = rcu_dereference(per_cpu(sd_llc, target));
for_each_lower_domain(sd) {
sg = sd->groups;
Expand All @@ -2693,8 +2691,6 @@ static int select_idle_sibling(struct task_struct *p, int target)
} while (sg != sd->groups);
}
done:
rcu_read_unlock();

return target;
}

Expand Down

0 comments on commit 08c3f39

Please sign in to comment.