1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
3 #define _ASM_POWERPC_BOOK3S_PGALLOC_H
7 extern void tlb_remove_table(struct mmu_gather
*tlb
, void *table
);
10 #include <asm/book3s/64/pgalloc.h>
12 #include <asm/book3s/32/pgalloc.h>
15 #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */