X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fm68k%2Finclude%2Fasm%2Fprocessor.h;h=568facf30276693e1ae7466b95c26b1e34e71ef0;hb=5fd862f1db941c302a872ed7e67eab593a6a931a;hp=d8ef53ac03f92fbaa4f1d92d0c58076b9791aa55;hpb=bdc2209fd246820de2816691ac0e82600885e1a8;p=pandora-kernel.git 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 { \ 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 */