KVM: x86: Report deprecated x87 features in supported CPUID
[linux-2.6-microblaze.git] / fs / exec.c
index b6079f1..537d92c 100644 (file)
--- a/fs/exec.c
+++ b/fs/exec.c
@@ -1850,7 +1850,7 @@ out:
         * SIGSEGV.
         */
        if (bprm->point_of_no_return && !fatal_signal_pending(current))
-               force_sigsegv(SIGSEGV);
+               force_fatal_sig(SIGSEGV);
 
 out_unmark:
        current->fs->in_exec = 0;