diff options
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/mm/fault.c b/arch/frv/mm/fault.c index 6798fa0257b1..05093d41d98e 100644 --- a/arch/frv/mm/fault.c +++ b/arch/frv/mm/fault.c | |||
@@ -259,7 +259,7 @@ asmlinkage void do_page_fault(int datammu, unsigned long esr0, unsigned long ear | |||
259 | up_read(&mm->mmap_sem); | 259 | up_read(&mm->mmap_sem); |
260 | printk("VM: killing process %s\n", current->comm); | 260 | printk("VM: killing process %s\n", current->comm); |
261 | if (user_mode(__frame)) | 261 | if (user_mode(__frame)) |
262 | do_exit(SIGKILL); | 262 | do_group_exit(SIGKILL); |
263 | goto no_context; | 263 | goto no_context; |
264 | 264 | ||
265 | do_sigbus: | 265 | do_sigbus: |