Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269135
b: refs/heads/master
c: 0835471
h: refs/heads/master
i:
  269133: f21941f
  269131: 62078f0
  269127: 26bc82c
  269119: b1bb011
v: v3
  • Loading branch information
Hillf Danton authored and Ingo Molnar committed Aug 14, 2011
1 parent 7b923dc commit fedc087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 67d955383ab2ef8866c494c14156a4f3d29e441c
refs/heads/master: 0835471697255b415edcefd6b1e25b6c034439f2
2 changes: 1 addition & 1 deletion trunk/kernel/sched_fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ static inline struct sched_domain *lowest_flag_domain(int cpu, int flag)
struct sched_domain *sd;

for_each_domain(cpu, sd)
if (sd && (sd->flags & flag))
if (sd->flags & flag)
break;

return sd;
Expand Down

0 comments on commit fedc087

Please sign in to comment.