2 * linux/arch/mips/mm/extable.c
4 #include <linux/module.h>
5 #include <linux/spinlock.h>
6 #include <asm/branch.h>
7 #include <asm/uaccess.h>
9 int fixup_exception(struct pt_regs *regs)
11 const struct exception_table_entry *fixup;
13 fixup = search_exception_tables(exception_epc(regs));
15 regs->cp0_epc = fixup->nextinsn;