Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
[pandora-kernel.git] / arch / m68k / include / asm / processor.h
index d8ef53a..568facf 100644 (file)
@@ -135,6 +135,12 @@ do {                                                    \
        wrusp(_usp);                                    \
 } while(0)
 
+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 */