Pull cpuidle into release branch
[pandora-kernel.git] / arch / mips / mm / fault.c
index 5699c77..fa636fc 100644 (file)
@@ -173,7 +173,7 @@ no_context:
  */
 out_of_memory:
        up_read(&mm->mmap_sem);
-       if (is_init(tsk)) {
+       if (is_global_init(tsk)) {
                yield();
                down_read(&mm->mmap_sem);
                goto survive;