ahci: improve and limit spurious interrupt messages, take#3
[powerpc.git] / kernel / signal.c
index 1921ffd..5630255 100644 (file)
@@ -1705,7 +1705,9 @@ finish_stop(int stop_count)
                read_unlock(&tasklist_lock);
        }
 
-       schedule();
+       do {
+               schedule();
+       } while (try_to_freeze());
        /*
         * Now we don't run again until continued.
         */