aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/processor.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-12-25 14:33:17 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2017-03-28 18:23:40 -0400
commit68acfdcb477abdbf875e33e4a950094c8de08f41 (patch)
tree0982025165c86fad6cbb5612f3801bd6be1f7c28 /arch/m68k/include/asm/processor.h
parentgeneric ...copy_..._user primitives (diff)
downloadlinux-dev-68acfdcb477abdbf875e33e4a950094c8de08f41.tar.xz
linux-dev-68acfdcb477abdbf875e33e4a950094c8de08f41.zip
m68k: switch to generic extable.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/include/asm/processor.h')
-rw-r--r--arch/m68k/include/asm/processor.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h
index f5f790c31bf8..77239e81379b 100644
--- a/arch/m68k/include/asm/processor.h
+++ b/arch/m68k/include/asm/processor.h
@@ -122,16 +122,6 @@ static inline void start_thread(struct pt_regs * regs, unsigned long pc,
wrusp(usp);
}
-#ifdef CONFIG_MMU
-extern int handle_kernel_fault(struct pt_regs *regs);
-#else
-static inline int handle_kernel_fault(struct pt_regs *regs)
-{
- /* Any fault in kernel is fatal on non-mmu */
- return 0;
-}
-#endif
-
/* Forward declaration, a strange C thing */
struct task_struct;