1 #ifndef _ASM_POWERPC_PGALLOC_H
2 #define _ASM_POWERPC_PGALLOC_H
6 #include <asm-generic/tlb.h>
8 #ifdef CONFIG_PPC_BOOK3E
9 extern void tlb_flush_pgtable(struct mmu_gather
*tlb
, unsigned long address
);
10 #else /* CONFIG_PPC_BOOK3E */
11 static inline void tlb_flush_pgtable(struct mmu_gather
*tlb
,
12 unsigned long address
)
15 #endif /* !CONFIG_PPC_BOOK3E */
18 #include <asm/pgalloc-64.h>
20 #include <asm/pgalloc-32.h>
23 #endif /* __KERNEL__ */
24 #endif /* _ASM_POWERPC_PGALLOC_H */