Commit 5e641eba authored by Nick Piggin's avatar Nick Piggin Committed by Linus Torvalds

[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: default avatarNick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 71da3667
......@@ -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:
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment