]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/embedded6xx/holly.c
Merge tag 'ntb-4.10' of git://github.com/jonmason/ntb
[karo-tx-linux.git] / arch / powerpc / platforms / embedded6xx / holly.c
index dfd310031549d9007252a0416688a0605ebccd4d..0409714e8070e802352936321f4bfc27492dff62 100644 (file)
@@ -263,7 +263,7 @@ static int ppc750_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;