signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
[linux-2.6-microblaze.git] / arch / arc / kernel / process.c
index 3793876..8e90052 100644 (file)
@@ -294,7 +294,7 @@ int elf_check_arch(const struct elf32_hdr *x)
        eflags = x->e_flags;
        if ((eflags & EF_ARC_OSABI_MSK) != EF_ARC_OSABI_CURRENT) {
                pr_err("ABI mismatch - you need newer toolchain\n");
-               force_sigsegv(SIGSEGV);
+               force_fatal_sig(SIGSEGV);
                return 0;
        }