]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/m68k/mm/fault.c
During VM oom condition, kill all threads in process group
[linux-2.6.git] / arch / m68k / mm / fault.c
index 578b48f47b9e3db8a8f30397351fe841ca7ea85a..eaa618681159524ec1cf287b2ff1c91bf72d2da7 100644 (file)
@@ -188,7 +188,7 @@ out_of_memory:
 
        printk("VM: killing process %s\n", current->comm);
        if (user_mode(regs))
-               do_exit(SIGKILL);
+               do_group_exit(SIGKILL);
 
 no_context:
        current->thread.signo = SIGBUS;