diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/asm/tlb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/asm/tlb.h b/arch/um/include/asm/tlb.h index 8258dd4bb13c..600a2e9bfee2 100644 --- a/arch/um/include/asm/tlb.h +++ b/arch/um/include/asm/tlb.h | |||
@@ -116,12 +116,6 @@ static inline bool __tlb_remove_page_size(struct mmu_gather *tlb, | |||
116 | return __tlb_remove_page(tlb, page); | 116 | return __tlb_remove_page(tlb, page); |
117 | } | 117 | } |
118 | 118 | ||
119 | static inline bool __tlb_remove_pte_page(struct mmu_gather *tlb, | ||
120 | struct page *page) | ||
121 | { | ||
122 | return __tlb_remove_page(tlb, page); | ||
123 | } | ||
124 | |||
125 | static inline void tlb_remove_page_size(struct mmu_gather *tlb, | 119 | static inline void tlb_remove_page_size(struct mmu_gather *tlb, |
126 | struct page *page, int page_size) | 120 | struct page *page, int page_size) |
127 | { | 121 | { |