diff options
Diffstat (limited to 'include/asm-frv/tlb.h')
-rw-r--r-- | include/asm-frv/tlb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-frv/tlb.h b/include/asm-frv/tlb.h index f94fe5cb9b3..cd458eb6d75 100644 --- a/include/asm-frv/tlb.h +++ b/include/asm-frv/tlb.h @@ -3,7 +3,11 @@ #include <asm/tlbflush.h> +#ifdef CONFIG_MMU +extern void check_pgt_cache(void); +#else #define check_pgt_cache() do {} while(0) +#endif /* * we don't need any special per-pte or per-vma handling... |