fix 2.6.32.23 suspend regression caused by commit 6f6198a
authorMike Galbraith <efault@gmx.de>
Fri, 1 Oct 2010 04:27:16 +0000 (06:27 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 29 Oct 2010 04:44:16 +0000 (21:44 -0700)
commitc6e6bb4981ea1c05304f18dc618f0b08f9c965b4
tree77ef1392a254eda9a179f256a80c9d74b59e293f
parent3a70a5068d0fc1e1d4b992a8c40479b62b0666db
fix 2.6.32.23 suspend regression caused by commit 6f6198a

[Not upstream in the same way, as it was fixed differently there]

6f6198a sched: kill migration thread in CPU_POST_DEAD instead of CPU_DEAD
leaves migration threads lying about.  Mask out CPU_TASKS_FROZEN.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/sched.c