1 #ifndef _ASM_POWERPC_PGALLOC_H
2 #define _ASM_POWERPC_PGALLOC_H
7 #ifdef CONFIG_PPC_BOOK3E
8 extern void tlb_flush_pgtable(struct mmu_gather
*tlb
, unsigned long address
);
9 #else /* CONFIG_PPC_BOOK3E */
10 static inline void tlb_flush_pgtable(struct mmu_gather
*tlb
,
11 unsigned long address
)
14 #endif /* !CONFIG_PPC_BOOK3E */
16 extern void tlb_remove_table(struct mmu_gather
*tlb
, void *table
);
19 #include <asm/pgalloc-64.h>
21 #include <asm/pgalloc-32.h>
24 #endif /* __KERNEL__ */
25 #endif /* _ASM_POWERPC_PGALLOC_H */