1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_POWERPC_NOHASH_PGALLOC_H
3 #define _ASM_POWERPC_NOHASH_PGALLOC_H
7 extern void tlb_remove_table(struct mmu_gather
*tlb
, void *table
);
9 extern void tlb_flush_pgtable(struct mmu_gather
*tlb
, unsigned long address
);
11 /* 44x etc which is BOOKE not BOOK3E */
12 static inline void tlb_flush_pgtable(struct mmu_gather
*tlb
,
13 unsigned long address
)
17 #endif /* !CONFIG_PPC_BOOK3E */
20 #include <asm/nohash/64/pgalloc.h>
22 #include <asm/nohash/32/pgalloc.h>
24 #endif /* _ASM_POWERPC_NOHASH_PGALLOC_H */