]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/m68k/mm/fault.c
cxgb: delete non NAPI code from the driver.
[linux-2.6-omap-h63xx.git] / arch / m68k / mm / fault.c
index eaa618681159524ec1cf287b2ff1c91bf72d2da7..f493f03231d5ad3594d0813bd11a8855e9efcfbb 100644 (file)
@@ -180,7 +180,7 @@ good_area:
  */
 out_of_memory:
        up_read(&mm->mmap_sem);
-       if (is_init(current)) {
+       if (is_global_init(current)) {
                yield();
                down_read(&mm->mmap_sem);
                goto survive;