x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / powerpc / include / asm / book3s / pgalloc.h
blobc0a69ae922567b5fc819069e7e7d150992417866
1 #ifndef _ASM_POWERPC_BOOK3S_PGALLOC_H
2 #define _ASM_POWERPC_BOOK3S_PGALLOC_H
4 #include <linux/mm.h>
6 extern void tlb_remove_table(struct mmu_gather *tlb, void *table);
8 #ifdef CONFIG_PPC64
9 #include <asm/book3s/64/pgalloc.h>
10 #else
11 #include <asm/book3s/32/pgalloc.h>
12 #endif
14 #endif /* _ASM_POWERPC_BOOK3S_PGALLOC_H */