]> git.karo-electronics.de Git - karo-tx-linux.git/commit
freezer: don't distinguish nosig tasks on thaw
authorTejun Heo <tj@kernel.org>
Mon, 31 Oct 2011 22:30:30 +0000 (15:30 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 31 Oct 2011 22:30:30 +0000 (15:30 -0700)
commite5f9c93d5ceadd86ab16520d3faadb3c4a032a8f
treec8fe1eb255f72ec4b0d00f11ef7b0774b7867798
parent7973c27d2686bcb5aefe4afb4dc6f95826f7e6bb
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