diff options
Diffstat (limited to 'arch/m32r/mm')
-rw-r--r-- | arch/m32r/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/mm/fault.c b/arch/m32r/mm/fault.c index 676a1c443d28..70a766aad3e0 100644 --- a/arch/m32r/mm/fault.c +++ b/arch/m32r/mm/fault.c | |||
@@ -278,7 +278,7 @@ out_of_memory: | |||
278 | } | 278 | } |
279 | printk("VM: killing process %s\n", tsk->comm); | 279 | printk("VM: killing process %s\n", tsk->comm); |
280 | if (error_code & ACE_USERMODE) | 280 | if (error_code & ACE_USERMODE) |
281 | do_exit(SIGKILL); | 281 | do_group_exit(SIGKILL); |
282 | goto no_context; | 282 | goto no_context; |
283 | 283 | ||
284 | do_sigbus: | 284 | do_sigbus: |