diff options
Diffstat (limited to 'arch/parisc/mm/fault.c')
-rw-r--r-- | arch/parisc/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/mm/fault.c b/arch/parisc/mm/fault.c index 7899ab87785a..1c091b415cd9 100644 --- a/arch/parisc/mm/fault.c +++ b/arch/parisc/mm/fault.c | |||
@@ -263,6 +263,6 @@ no_context: | |||
263 | up_read(&mm->mmap_sem); | 263 | up_read(&mm->mmap_sem); |
264 | printk(KERN_CRIT "VM: killing process %s\n", current->comm); | 264 | printk(KERN_CRIT "VM: killing process %s\n", current->comm); |
265 | if (user_mode(regs)) | 265 | if (user_mode(regs)) |
266 | do_exit(SIGKILL); | 266 | do_group_exit(SIGKILL); |
267 | goto no_context; | 267 | goto no_context; |
268 | } | 268 | } |