]> git.karo-electronics.de Git - karo-tx-linux.git/commit
freezer: don't distinguish nosig tasks on thaw
authorTejun Heo <tj@kernel.org>
Sat, 20 Aug 2011 09:31:39 +0000 (11:31 +0200)
committerTejun Heo <tj@kernel.org>
Sat, 20 Aug 2011 09:31:39 +0000 (11:31 +0200)
commitdb984b394ab5bd2606e117211a58f04dd635df9b
tree7f0dc772f7eaef06015016b77a14ccbf8e296d6e
parent3fb45733dfb37694452381bf1d9183bb6f93ee35
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