aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86_64/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/fault.c b/arch/x86_64/mm/fault.c
index 99a801811671..2074bddd4f04 100644
--- a/arch/x86_64/mm/fault.c
+++ b/arch/x86_64/mm/fault.c
@@ -568,7 +568,7 @@ out_of_memory:
568 } 568 }
569 printk("VM: killing process %s\n", tsk->comm); 569 printk("VM: killing process %s\n", tsk->comm);
570 if (error_code & 4) 570 if (error_code & 4)
571 do_exit(SIGKILL); 571 do_group_exit(SIGKILL);
572 goto no_context; 572 goto no_context;
573 573
574do_sigbus: 574do_sigbus: