aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/mm/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/fault.c b/arch/powerpc/mm/fault.c
index bfe901353142..fd176840a595 100644
--- a/arch/powerpc/mm/fault.c
+++ b/arch/powerpc/mm/fault.c
@@ -381,7 +381,7 @@ out_of_memory:
381 } 381 }
382 printk("VM: killing process %s\n", current->comm); 382 printk("VM: killing process %s\n", current->comm);
383 if (user_mode(regs)) 383 if (user_mode(regs))
384 do_exit(SIGKILL); 384 do_group_exit(SIGKILL);
385 return SIGKILL; 385 return SIGKILL;
386 386
387do_sigbus: 387do_sigbus: