]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
freezer: don't distinguish nosig tasks on thaw
authorTejun Heo <tj@kernel.org>
Mon, 21 Nov 2011 20:32:23 +0000 (12:32 -0800)
committerTejun Heo <tj@kernel.org>
Mon, 21 Nov 2011 20:32:23 +0000 (12:32 -0800)
commit6cd8dedcdd8e8de01391a7cf25f0b2afeb24f8f4
tree2b4b5d40fb4c66ac73839f6a37fb2de4786efc38
parenta585042f7b933539a0b6bc63650c2d49ffb2e55d
freezer: don't distinguish nosig tasks on thaw

There's no point in thawing nosig tasks before others.  There's no
ordering requirement between the two groups on thaw, which the staged
thawing can't guarantee anyway.  Simplify thaw_processes() by removing
the distinction and collapsing thaw_tasks() into thaw_processes().
This will help further updates to freezer.

Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/power/process.c