summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorNick Piggin <nickpiggin@yahoo.com.au>2004-10-18 09:10:37 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-18 09:10:37 -0700
commit5e641ebaf52e812733ad27b7ebf91291ebe53e0b (patch)
treeb371dde89563e76e57522a396a7f514ee82541f8 /kernel
parent71da3667be80d30121df3972caa0bf5684228379 (diff)
[PATCH] sched: use CPU_DOWN_FAILED notifier
Use CPU_DOWN_FAILED notifier in the sched-domains hotplug code. This goes with 4/8 "integrate cpu hotplug and sched domains" Signed-off-by: Nick Piggin <nickpiggin@yahoo.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sched.c b/kernel/sched.c
index 27e6b1b4fac3..c223ff02fc52 100644
--- a/kernel/sched.c
+++ b/kernel/sched.c
@@ -4436,6 +4436,7 @@ static int update_sched_domains(struct notifier_block *nfb,
return NOTIFY_OK;
case CPU_UP_CANCELED:
+ case CPU_DOWN_FAILED:
case CPU_ONLINE:
case CPU_DEAD:
/*