diff options
Diffstat (limited to 'include/asm-frv/pgtable.h')
-rw-r--r-- | include/asm-frv/pgtable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-frv/pgtable.h b/include/asm-frv/pgtable.h index e16fdb1f4f4f..235e34a7a340 100644 --- a/include/asm-frv/pgtable.h +++ b/include/asm-frv/pgtable.h | |||
@@ -73,8 +73,8 @@ static inline int pte_file(pte_t pte) { return 0; } | |||
73 | #define pgtable_cache_init() do {} while (0) | 73 | #define pgtable_cache_init() do {} while (0) |
74 | #define arch_enter_lazy_mmu_mode() do {} while (0) | 74 | #define arch_enter_lazy_mmu_mode() do {} while (0) |
75 | #define arch_leave_lazy_mmu_mode() do {} while (0) | 75 | #define arch_leave_lazy_mmu_mode() do {} while (0) |
76 | #define arch_enter_lazy_cpu_mode() do {} while (0) | 76 | |
77 | #define arch_leave_lazy_cpu_mode() do {} while (0) | 77 | #define arch_start_context_switch() do {} while (0) |
78 | 78 | ||
79 | #else /* !CONFIG_MMU */ | 79 | #else /* !CONFIG_MMU */ |
80 | /*****************************************************************************/ | 80 | /*****************************************************************************/ |