]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
Merge tag 'v4.10-rc5' into for-linus
[karo-tx-linux.git] / arch / powerpc / platforms / embedded6xx / mpc7448_hpc2.c
index f97bab8e37a2688e4d3ef46fcf6f8150d1cf0255..9de100e22bf30050c72ccc0c686b3e82b8269842 100644 (file)
@@ -174,7 +174,7 @@ static int mpc7448_machine_check_exception(struct pt_regs *regs)
        if ((entry = search_exception_tables(regs->nip)) != NULL) {
                tsi108_clear_pci_cfg_error();
                regs->msr |= MSR_RI;
-               regs->nip = entry->fixup;
+               regs->nip = extable_fixup(entry);
                return 1;
        }
        return 0;