|
@@ -1,10 +1,8 @@
|
|
/*
|
|
/*
|
|
- * linux/arch/i386/mm/extable.c
|
|
|
|
|
|
+ * linux/arch/m32r/mm/extable.c
|
|
*/
|
|
*/
|
|
|
|
|
|
-#include <linux/config.h>
|
|
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
-#include <linux/spinlock.h>
|
|
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
|
|
|
|
int fixup_exception(struct pt_regs *regs)
|
|
int fixup_exception(struct pt_regs *regs)
|
|
@@ -19,4 +17,3 @@ int fixup_exception(struct pt_regs *regs)
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
-
|
|
|