diff options
| -rw-r--r-- | arch/arm/include/asm/tlb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/tlb.h b/arch/arm/include/asm/tlb.h index d5562f9ce600..f854148c8d7c 100644 --- a/arch/arm/include/asm/tlb.h +++ b/arch/arm/include/asm/tlb.h | |||
| @@ -292,5 +292,13 @@ static inline void tlb_remove_check_page_size_change(struct mmu_gather *tlb, | |||
| 292 | { | 292 | { |
| 293 | } | 293 | } |
| 294 | 294 | ||
| 295 | static inline void tlb_flush_remove_tables(struct mm_struct *mm) | ||
| 296 | { | ||
| 297 | } | ||
| 298 | |||
| 299 | static inline void tlb_flush_remove_tables_local(void *arg) | ||
| 300 | { | ||
| 301 | } | ||
| 302 | |||
| 295 | #endif /* CONFIG_MMU */ | 303 | #endif /* CONFIG_MMU */ |
| 296 | #endif | 304 | #endif |
