diff options
Diffstat (limited to 'arch/m68k/include')
-rw-r--r-- | arch/m68k/include/asm/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h index 278c69bad57a..f111b02b704f 100644 --- a/arch/m68k/include/asm/processor.h +++ b/arch/m68k/include/asm/processor.h | |||
@@ -113,6 +113,8 @@ static inline void start_thread(struct pt_regs * regs, unsigned long pc, | |||
113 | wrusp(usp); | 113 | wrusp(usp); |
114 | } | 114 | } |
115 | 115 | ||
116 | extern int handle_kernel_fault(struct pt_regs *regs); | ||
117 | |||
116 | #else | 118 | #else |
117 | 119 | ||
118 | /* | 120 | /* |