]> err.no Git - linux-2.6/blobdiff - arch/sparc64/mm/fault.c
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
[linux-2.6] / arch / sparc64 / mm / fault.c
index 9f7740eee8d2957eeaf6170648f390a08e8a4268..e2027f27c0fe73f2f43546aa838577e86fc6e3ba 100644 (file)
@@ -463,7 +463,7 @@ out_of_memory:
        up_read(&mm->mmap_sem);
        printk("VM: killing process %s\n", current->comm);
        if (!(regs->tstate & TSTATE_PRIV))
-               do_exit(SIGKILL);
+               do_group_exit(SIGKILL);
        goto handle_kernel_fault;
 
 intr_or_no_mm: