summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/pgtable.h
blob: a8d8e5152bd4e2cdb203122f7f9c4faff261c266 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _ASM_POWERPC_BOOK3S_PGTABLE_H
#define _ASM_POWERPC_BOOK3S_PGTABLE_H

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

#endif
OpenPOWER on IntegriCloud