Commit 26b6a3d9 authored by Aneesh Kumar K.V's avatar Aneesh Kumar K.V Committed by Michael Ellerman

powerpc/mm: move pte headers to book3s directory

Acked-by: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 0863d7f2
#ifndef _ASM_POWERPC_PTE_HASH32_H #ifndef _ASM_POWERPC_BOOK3S_32_HASH_H
#define _ASM_POWERPC_PTE_HASH32_H #define _ASM_POWERPC_BOOK3S_32_HASH_H
#ifdef __KERNEL__ #ifdef __KERNEL__
/* /*
...@@ -43,4 +43,4 @@ ...@@ -43,4 +43,4 @@
#define PTE_ATOMIC_UPDATES 1 #define PTE_ATOMIC_UPDATES 1
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_PTE_HASH32_H */ #endif /* _ASM_POWERPC_BOOK3S_32_HASH_H */
#ifndef _ASM_POWERPC_PTE_HASH64_H #ifndef _ASM_POWERPC_BOOK3S_64_HASH_H
#define _ASM_POWERPC_PTE_HASH64_H #define _ASM_POWERPC_BOOK3S_64_HASH_H
#ifdef __KERNEL__ #ifdef __KERNEL__
/* /*
...@@ -45,10 +45,10 @@ ...@@ -45,10 +45,10 @@
#define PTE_ATOMIC_UPDATES 1 #define PTE_ATOMIC_UPDATES 1
#ifdef CONFIG_PPC_64K_PAGES #ifdef CONFIG_PPC_64K_PAGES
#include <asm/pte-hash64-64k.h> #include <asm/book3s/64/hash-64k.h>
#else #else
#include <asm/pte-hash64-4k.h> #include <asm/book3s/64/hash-4k.h>
#endif #endif
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_PTE_HASH64_H */ #endif /* _ASM_POWERPC_BOOK3S_64_HASH_H */
...@@ -116,7 +116,7 @@ extern int icache_44x_need_flush; ...@@ -116,7 +116,7 @@ extern int icache_44x_need_flush;
#elif defined(CONFIG_8xx) #elif defined(CONFIG_8xx)
#include <asm/pte-8xx.h> #include <asm/pte-8xx.h>
#else /* CONFIG_6xx */ #else /* CONFIG_6xx */
#include <asm/pte-hash32.h> #include <asm/book3s/32/hash.h>
#endif #endif
/* And here we include common definitions */ /* And here we include common definitions */
......
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
* Include the PTE bits definitions * Include the PTE bits definitions
*/ */
#ifdef CONFIG_PPC_BOOK3S #ifdef CONFIG_PPC_BOOK3S
#include <asm/pte-hash64.h> #include <asm/book3s/64/hash.h>
#else #else
#include <asm/pte-book3e.h> #include <asm/pte-book3e.h>
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment