Re: [RFC PATCH] powerpc/mm: Use big endian page table for book3s 64

2016-02-29 Thread Aneesh Kumar K.V
Balbir Singh writes: > On 26/02/16 14:53, Aneesh Kumar K.V wrote: >> This enables us to share the same page table code for >> both radix and hash. Radix use a hardware defined big endian > ^uses >> page table >> >> Asm -> C conversion makes it simpler to build code fo

Re: [RFC PATCH] powerpc/mm: Use big endian page table for book3s 64

2016-02-28 Thread Balbir Singh
On 29/02/16 12:59, Balbir Singh wrote: > > On 26/02/16 14:53, Aneesh Kumar K.V wrote: >> This enables us to share the same page table code for >> both radix and hash. Radix use a hardware defined big endian > ^uses >> page table >> >> Asm -> C conversion makes it simp

Re: [RFC PATCH] powerpc/mm: Use big endian page table for book3s 64

2016-02-28 Thread Balbir Singh
On 26/02/16 14:53, Aneesh Kumar K.V wrote: > This enables us to share the same page table code for > both radix and hash. Radix use a hardware defined big endian ^uses > page table > > Asm -> C conversion makes it simpler to build code for both little > and big endian

[RFC PATCH] powerpc/mm: Use big endian page table for book3s 64

2016-02-25 Thread Aneesh Kumar K.V
This enables us to share the same page table code for both radix and hash. Radix use a hardware defined big endian page table Asm -> C conversion makes it simpler to build code for both little and big endian page table. Signed-off-by: Aneesh Kumar K.V --- Note: Any suggestion on how we can do th