signal: Replace force_fatal_sig with force_exit_sig when in doubt
[platform/kernel/linux-rpi.git] / arch / powerpc / kernel / signal_32.c
index 00a9c9c..3e053e2 100644 (file)
@@ -1063,7 +1063,7 @@ SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx,
         * We kill the task with a SIGSEGV in this situation.
         */
        if (do_setcontext(new_ctx, regs, 0)) {
-               force_fatal_sig(SIGSEGV);
+               force_exit_sig(SIGSEGV);
                return -EFAULT;
        }