diff options
Diffstat (limited to 'arch/m68k/mm/fault.c')
-rw-r--r-- | arch/m68k/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mm/fault.c b/arch/m68k/mm/fault.c index 578b48f47b9e..eaa618681159 100644 --- a/arch/m68k/mm/fault.c +++ b/arch/m68k/mm/fault.c | |||
@@ -188,7 +188,7 @@ out_of_memory: | |||
188 | 188 | ||
189 | printk("VM: killing process %s\n", current->comm); | 189 | printk("VM: killing process %s\n", current->comm); |
190 | if (user_mode(regs)) | 190 | if (user_mode(regs)) |
191 | do_exit(SIGKILL); | 191 | do_group_exit(SIGKILL); |
192 | 192 | ||
193 | no_context: | 193 | no_context: |
194 | current->thread.signo = SIGBUS; | 194 | current->thread.signo = SIGBUS; |