Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic...
[deliverable/linux.git] / arch / powerpc / include / asm / book3s / pgalloc.h
CommitLineData
75a9b8a6
AK
1#ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
2#define _ASM_POWERPC_BOOK3S_PGALLOC_H
3
4#include <linux/mm.h>
5
6extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
75a9b8a6
AK
7
8#ifdef CONFIG_PPC64
9#include <asm/book3s/64/pgalloc.h>
10#else
11#include <asm/book3s/32/pgalloc.h>
12#endif
13
14#endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */
This page took 0.038439 seconds and 5 git commands to generate.