summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/pgtable.h
blob: f42d68c6b31405c8443faa31cc24ba9fbaa65e7e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#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