Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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 */