summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/mcfmmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/mcfmmu.h')
-rw-r--r--arch/m68k/include/asm/mcfmmu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/mcfmmu.h b/arch/m68k/include/asm/mcfmmu.h
index 8fdcfedd5d15..26cc3d5a63f8 100644
--- a/arch/m68k/include/asm/mcfmmu.h
+++ b/arch/m68k/include/asm/mcfmmu.h
@@ -105,6 +105,8 @@ static inline void mmu_write(u32 a, u32 v)
__asm__ __volatile__ ("nop");
}
+int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
+
#endif
#endif /* MCFMMU_H */