summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/pgtable.h
blob: 3818cc7bc9b77a281bee65458525ec001be5319e (plain)
1
2
3
4
5
6
7
8
9
10
11
#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

#define FIRST_USER_ADDRESS	0UL
#endif
OpenPOWER on IntegriCloud