diff options
Diffstat (limited to 'arch/powerpc/include/asm/tlbflush.h')
-rw-r--r-- | arch/powerpc/include/asm/tlbflush.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/tlbflush.h b/arch/powerpc/include/asm/tlbflush.h index 61a59271665b..2def01ed0cb2 100644 --- a/arch/powerpc/include/asm/tlbflush.h +++ b/arch/powerpc/include/asm/tlbflush.h | |||
@@ -165,7 +165,8 @@ static inline void flush_tlb_kernel_range(unsigned long start, | |||
165 | /* Private function for use by PCI IO mapping code */ | 165 | /* Private function for use by PCI IO mapping code */ |
166 | extern void __flush_hash_table_range(struct mm_struct *mm, unsigned long start, | 166 | extern void __flush_hash_table_range(struct mm_struct *mm, unsigned long start, |
167 | unsigned long end); | 167 | unsigned long end); |
168 | 168 | extern void flush_tlb_pmd_range(struct mm_struct *mm, pmd_t *pmd, | |
169 | unsigned long addr); | ||
169 | #else | 170 | #else |
170 | #error Unsupported MMU type | 171 | #error Unsupported MMU type |
171 | #endif | 172 | #endif |