2 * linux/arch/m32r/mm/extable.c
5 #include <linux/module.h>
6 #include <asm/uaccess.h>
8 int fixup_exception(struct pt_regs
*regs
)
10 const struct exception_table_entry
*fixup
;
12 fixup
= search_exception_tables(regs
->bpc
);
14 regs
->bpc
= fixup
->fixup
;