diff options
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/fault.c b/arch/mips/mm/fault.c index 521771b373de..5699c7713e2f 100644 --- a/arch/mips/mm/fault.c +++ b/arch/mips/mm/fault.c | |||
@@ -180,7 +180,7 @@ out_of_memory: | |||
180 | } | 180 | } |
181 | printk("VM: killing process %s\n", tsk->comm); | 181 | printk("VM: killing process %s\n", tsk->comm); |
182 | if (user_mode(regs)) | 182 | if (user_mode(regs)) |
183 | do_exit(SIGKILL); | 183 | do_group_exit(SIGKILL); |
184 | goto no_context; | 184 | goto no_context; |
185 | 185 | ||
186 | do_sigbus: | 186 | do_sigbus: |