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:

committed by
Benjamin Herrenschmidt

parent
32ee1e188e
commit
12f04f2be8
@@ -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;
|
||||
|
Reference in New Issue
Block a user