diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/fault.c b/arch/sh/mm/fault.c index 04a39aa7f1f9..4729668ce5bf 100644 --- a/arch/sh/mm/fault.c +++ b/arch/sh/mm/fault.c | |||
@@ -214,7 +214,7 @@ out_of_memory: | |||
214 | } | 214 | } |
215 | printk("VM: killing process %s\n", tsk->comm); | 215 | printk("VM: killing process %s\n", tsk->comm); |
216 | if (user_mode(regs)) | 216 | if (user_mode(regs)) |
217 | do_exit(SIGKILL); | 217 | do_group_exit(SIGKILL); |
218 | goto no_context; | 218 | goto no_context; |
219 | 219 | ||
220 | do_sigbus: | 220 | do_sigbus: |