powerpc: Book 3S MMU little endian support

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Anton Blanchard
2013-09-23 12:04:36 +10:00
committed by Benjamin Herrenschmidt
parent 32ee1e188e
commit 12f04f2be8
3 changed files with 46 additions and 42 deletions

View File

@@ -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;