diff options
Diffstat (limited to 'arch/x86/mm/fault_32.c')
-rw-r--r-- | arch/x86/mm/fault_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/fault_32.c b/arch/x86/mm/fault_32.c index be72c2a5b03b..c686ae20fd6b 100644 --- a/arch/x86/mm/fault_32.c +++ b/arch/x86/mm/fault_32.c | |||
@@ -593,7 +593,7 @@ out_of_memory: | |||
593 | } | 593 | } |
594 | printk("VM: killing process %s\n", tsk->comm); | 594 | printk("VM: killing process %s\n", tsk->comm); |
595 | if (error_code & 4) | 595 | if (error_code & 4) |
596 | do_exit(SIGKILL); | 596 | do_group_exit(SIGKILL); |
597 | goto no_context; | 597 | goto no_context; |
598 | 598 | ||
599 | do_sigbus: | 599 | do_sigbus: |