aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/pgtable.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2015-12-01 09:06:31 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-14 15:19:05 +1100
commitcbbb8683fb632ecadafcf8a5f81d38156d4274ab (patch)
tree1effb40fd6ee28e4fc1d1f8d99f6f8769408d765 /arch/powerpc/include/asm/book3s/pgtable.h
parentpowerpc/mm: Move hash specific pte width and other defines to book3s (diff)
downloadlinux-dev-cbbb8683fb632ecadafcf8a5f81d38156d4274ab.tar.xz
linux-dev-cbbb8683fb632ecadafcf8a5f81d38156d4274ab.zip
powerpc/mm: Delete booke bits from book3s
We also move __ASSEMBLY__ towards the end of header. This avoid having #ifndef __ASSEMBLY___ all over the header Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/book3s/pgtable.h')
-rw-r--r--arch/powerpc/include/asm/book3s/pgtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/book3s/pgtable.h b/arch/powerpc/include/asm/book3s/pgtable.h
index a8d8e5152bd4..3818cc7bc9b7 100644
--- a/arch/powerpc/include/asm/book3s/pgtable.h
+++ b/arch/powerpc/include/asm/book3s/pgtable.h
@@ -7,4 +7,5 @@
#include <asm/book3s/32/pgtable.h>
#endif
+#define FIRST_USER_ADDRESS 0UL
#endif