During VM oom condition, kill all threads in process group
[pandora-kernel.git] / arch / avr32 / mm / fault.c
index ae2d2c5..11472f8 100644 (file)
@@ -216,7 +216,7 @@ out_of_memory:
        }
        printk("VM: Killing process %s\n", tsk->comm);
        if (user_mode(regs))
-               do_exit(SIGKILL);
+               do_group_exit(SIGKILL);
        goto no_context;
 
 do_sigbus: