diff options
Diffstat (limited to 'arch/m32r/mm/extable.c')
| -rw-r--r-- | arch/m32r/mm/extable.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/m32r/mm/extable.c b/arch/m32r/mm/extable.c deleted file mode 100644 index 1743f23d49a3..000000000000 --- a/arch/m32r/mm/extable.c +++ /dev/null @@ -1,19 +0,0 @@ -/* - * linux/arch/m32r/mm/extable.c - */ - -#include <linux/module.h> -#include <asm/uaccess.h> - -int fixup_exception(struct pt_regs *regs) -{ - const struct exception_table_entry *fixup; - - fixup = search_exception_tables(regs->bpc); - if (fixup) { - regs->bpc = fixup->fixup; - return 1; - } - - return 0; -} |
