diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2015-12-01 04:36:38 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-14 05:19:09 +0100 |
commit | 17ed9e3192b2b29ad24ffe711fa4b71716ef3ff3 (patch) | |
tree | 8079fd57cf06ad4a5effe982a52c85443e6be456 /arch/powerpc/include/asm/pgtable.h | |
parent | powerpc/mm: Move PTE bits from generic functions to hash64 functions. (diff) | |
download | linux-17ed9e3192b2b29ad24ffe711fa4b71716ef3ff3.tar.xz linux-17ed9e3192b2b29ad24ffe711fa4b71716ef3ff3.zip |
powerpc/booke: Move nohash headers
Move the booke related headers below booke/32 or booke/64
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/pgtable.h')
-rw-r--r-- | arch/powerpc/include/asm/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable.h b/arch/powerpc/include/asm/pgtable.h index 8f7338678fdc..ac9fb114e25d 100644 --- a/arch/powerpc/include/asm/pgtable.h +++ b/arch/powerpc/include/asm/pgtable.h @@ -15,7 +15,7 @@ struct mm_struct; #ifdef CONFIG_PPC_BOOK3S #include <asm/book3s/pgtable.h> #else -#include <asm/pgtable-book3e.h> +#include <asm/nohash/pgtable.h> #endif /* !CONFIG_PPC_BOOK3S */ #ifndef __ASSEMBLY__ |