diff options
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/mm/fault.c b/arch/xtensa/mm/fault.c index 45d28f217c03..2f842859948f 100644 --- a/arch/xtensa/mm/fault.c +++ b/arch/xtensa/mm/fault.c | |||
@@ -152,7 +152,7 @@ out_of_memory: | |||
152 | } | 152 | } |
153 | printk("VM: killing process %s\n", current->comm); | 153 | printk("VM: killing process %s\n", current->comm); |
154 | if (user_mode(regs)) | 154 | if (user_mode(regs)) |
155 | do_exit(SIGKILL); | 155 | do_group_exit(SIGKILL); |
156 | bad_page_fault(regs, address, SIGKILL); | 156 | bad_page_fault(regs, address, SIGKILL); |
157 | return; | 157 | return; |
158 | 158 | ||