diff options
Diffstat (limited to 'arch/m68k/include/asm/mcfmmu.h')
-rw-r--r-- | arch/m68k/include/asm/mcfmmu.h | 2 |
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) | |||
105 | __asm__ __volatile__ ("nop"); | 105 | __asm__ __volatile__ ("nop"); |
106 | } | 106 | } |
107 | 107 | ||
108 | int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word); | ||
109 | |||
108 | #endif | 110 | #endif |
109 | 111 | ||
110 | #endif /* MCFMMU_H */ | 112 | #endif /* MCFMMU_H */ |