summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mmu-hash64.h
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2013-09-23 12:04:36 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2013-10-11 16:48:26 +1100
commit12f04f2be80dd8d9da24534828f3ab3189ca5af2 (patch)
tree0cdc5e766e3c3406286f808721ccd4ab9b134a20 /arch/powerpc/include/asm/mmu-hash64.h
parent32ee1e188eadd7c997837649a107fd1c50feef7a (diff)
downloadop-kernel-dev-12f04f2be80dd8d9da24534828f3ab3189ca5af2.zip
op-kernel-dev-12f04f2be80dd8d9da24534828f3ab3189ca5af2.tar.gz
powerpc: Book 3S MMU little endian support
Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/mmu-hash64.h')
-rw-r--r--arch/powerpc/include/asm/mmu-hash64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/mmu-hash64.h b/arch/powerpc/include/asm/mmu-hash64.h
index c4cf011..807014d 100644
--- a/arch/powerpc/include/asm/mmu-hash64.h
+++ b/arch/powerpc/include/asm/mmu-hash64.h
@@ -135,8 +135,8 @@ extern char initial_stab[];
#ifndef __ASSEMBLY__
struct hash_pte {
- unsigned long v;
- unsigned long r;
+ __be64 v;
+ __be64 r;
};
extern struct hash_pte *htab_address;
OpenPOWER on IntegriCloud