Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87169
b: refs/heads/master
c: 08f503b
h: refs/heads/master
i:
  87167: fdc36f6
v: v3
  • Loading branch information
Gregory Haskins authored and Ingo Molnar committed Mar 11, 2008
1 parent 2b4cab5 commit 2fef029
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1f94ef598e8d29b92b9fc85d43c832e03721d3cb
refs/heads/master: 08f503b0c089968b2542659a89dfd50c5c59bb0b
3 changes: 2 additions & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -5881,7 +5881,8 @@ migration_call(struct notifier_block *nfb, unsigned long action, void *hcpu)
spin_unlock_irq(&rq->lock);
break;

case CPU_DOWN_PREPARE:
case CPU_DYING:
case CPU_DYING_FROZEN:
/* Update our root-domain */
rq = cpu_rq(cpu);
spin_lock_irqsave(&rq->lock, flags);
Expand Down

0 comments on commit 2fef029

Please sign in to comment.