Merge branches 'irq/sparseirq' and 'linus' into irq/core
[firefly-linux-kernel-4.4.55.git] / kernel / power / process.c
index 444cea80fde86b5f72a9237b9f83f2af324836b8..ca634019497a5cf8b035872bdaf8edcfaefd8b88 100644 (file)
@@ -135,6 +135,9 @@ static void thaw_tasks(bool nosig_only)
                if (nosig_only && should_send_signal(p))
                        continue;
 
+               if (cgroup_frozen(p))
+                       continue;
+
                thaw_process(p);
        } while_each_thread(g, p);
        read_unlock(&tasklist_lock);