diff options
Diffstat (limited to 'arch/m68k/include/asm/processor.h')
-rw-r--r-- | arch/m68k/include/asm/processor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/processor.h b/arch/m68k/include/asm/processor.h index d8ef53ac03f9..568facf30276 100644 --- a/arch/m68k/include/asm/processor.h +++ b/arch/m68k/include/asm/processor.h | |||
@@ -135,6 +135,12 @@ do { \ | |||
135 | wrusp(_usp); \ | 135 | wrusp(_usp); \ |
136 | } while(0) | 136 | } while(0) |
137 | 137 | ||
138 | static inline int handle_kernel_fault(struct pt_regs *regs) | ||
139 | { | ||
140 | /* Any fault in kernel is fatal on non-mmu */ | ||
141 | return 0; | ||
142 | } | ||
143 | |||
138 | #endif | 144 | #endif |
139 | 145 | ||
140 | /* Forward declaration, a strange C thing */ | 146 | /* Forward declaration, a strange C thing */ |