]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame_incremental - include/asm-powerpc/pgtable.h
[POWERPC] Remove a couple of unused definitions from pgtable_32.c
[mirror_ubuntu-artful-kernel.git] / include / asm-powerpc / pgtable.h
... / ...
CommitLineData
1#ifndef _ASM_POWERPC_PGTABLE_H
2#define _ASM_POWERPC_PGTABLE_H
3#ifdef __KERNEL__
4
5#if defined(CONFIG_PPC64)
6# include <asm/pgtable-ppc64.h>
7#else
8# include <asm/pgtable-ppc32.h>
9#endif
10
11#ifndef __ASSEMBLY__
12#include <asm-generic/pgtable.h>
13#endif /* __ASSEMBLY__ */
14
15#endif /* __KERNEL__ */
16#endif /* _ASM_POWERPC_PGTABLE_H */