Re: [PATCH] powerpc: Fix 64K page size support for PPC44x

2013-10-16 Thread Alistair Popple
On Thu, 17 Oct 2013 10:55:25 Aneesh Kumar K.V wrote: > Alistair Popple writes: > > diff --git a/arch/powerpc/include/asm/page.h > > b/arch/powerpc/include/asm/page.h index b9f4262..b142d58 100644 > > --- a/arch/powerpc/include/asm/page.h > > +++ b/arch/powerpc/include/asm/page.h > > @@ -403,7 +40

Re: [PATCH] powerpc: Fix 64K page size support for PPC44x

2013-10-16 Thread Aneesh Kumar K.V
Alistair Popple writes: > PPC44x supports page sizes other than 4K however when 64K page sizes > are selected compilation fails. This is due to a change in the > definition of pgtable_t introduced by the following patch: > > commit 5c1f6ee9a31cbdac90bbb8ae1ba4475031ac74b4 > Author: Aneesh Kumar K

[PATCH] powerpc: Fix 64K page size support for PPC44x

2013-10-16 Thread Alistair Popple
PPC44x supports page sizes other than 4K however when 64K page sizes are selected compilation fails. This is due to a change in the definition of pgtable_t introduced by the following patch: commit 5c1f6ee9a31cbdac90bbb8ae1ba4475031ac74b4 Author: Aneesh Kumar K.V powerpc: Reduce PTE table memory