diff options
Diffstat (limited to 'arch/sh64/mm/fault.c')
-rw-r--r-- | arch/sh64/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh64/mm/fault.c b/arch/sh64/mm/fault.c index 0d069d82141f..dd81c669c79b 100644 --- a/arch/sh64/mm/fault.c +++ b/arch/sh64/mm/fault.c | |||
@@ -334,7 +334,7 @@ out_of_memory: | |||
334 | } | 334 | } |
335 | printk("VM: killing process %s\n", tsk->comm); | 335 | printk("VM: killing process %s\n", tsk->comm); |
336 | if (user_mode(regs)) | 336 | if (user_mode(regs)) |
337 | do_exit(SIGKILL); | 337 | do_group_exit(SIGKILL); |
338 | goto no_context; | 338 | goto no_context; |
339 | 339 | ||
340 | do_sigbus: | 340 | do_sigbus: |