summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/pgalloc.h
blob: 54f591e9572eeb4ea6c3ad99d4f397034e6acbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
#define _ASM_POWERPC_BOOK3S_PGALLOC_H

#include <linux/mm.h>

extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
static inline void tlb_flush_pgtable(struct mmu_gather *tlb,
				     unsigned long address)
{

}

#ifdef CONFIG_PPC64
#include <asm/book3s/64/pgalloc.h>
#else
#include <asm/book3s/32/pgalloc.h>
#endif

#endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */