]> err.no Git - linux-2.6/blobdiff - arch/xtensa/mm/fault.c
Merge branch 'fixes-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/galak...
[linux-2.6] / arch / xtensa / mm / fault.c
index 45d28f217c030933f9d2076d3bcf394e00dca484..2f842859948f5993780b83fae5d3e66390bf1d6d 100644 (file)
@@ -152,7 +152,7 @@ out_of_memory:
        }
        printk("VM: killing process %s\n", current->comm);
        if (user_mode(regs))
-               do_exit(SIGKILL);
+               do_group_exit(SIGKILL);
        bad_page_fault(regs, address, SIGKILL);
        return;