ARM: amba: Make driver_override output consistent with other buses
[linux/fpc-iii.git] / arch / powerpc / include / asm / nohash / pgalloc.h
blob0634f294943897c9f788da20fd76b512b91ab4f0
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_POWERPC_NOHASH_PGALLOC_H
3 #define _ASM_POWERPC_NOHASH_PGALLOC_H
5 #include <linux/mm.h>
7 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
8 #ifdef CONFIG_PPC64
9 extern void tlb_flush_pgtable(struct mmu_gather *tlb, unsigned long address);
10 #else
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 */
19 #ifdef CONFIG_PPC64
20 #include <asm/nohash/64/pgalloc.h>
21 #else
22 #include <asm/nohash/32/pgalloc.h>
23 #endif
24 #endif /* _ASM_POWERPC_NOHASH_PGALLOC_H */