#ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H #define _ASM_POWERPC_BOOK3S_PGALLOC_H #include extern void tlb_remove_table(struct mmu_gather *tlb, void *table); static inline void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address) { } #ifdef CONFIG_PPC64 #include #else #include #endif #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */