Re: [PATCH -V3 07/11] arch/powerpc: Increase the slice range to 64TB

2012-07-23 Thread Aneesh Kumar K.V
Paul Mackerras pau...@samba.org writes: On Mon, Jul 09, 2012 at 06:43:37PM +0530, Aneesh Kumar K.V wrote: From: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com This patch makes the high psizes mask as an unsigned char array so that we can have more than 16TB. Currently we support upto

Re: [PATCH -V3 07/11] arch/powerpc: Increase the slice range to 64TB

2012-07-22 Thread Paul Mackerras
On Mon, Jul 09, 2012 at 06:43:37PM +0530, Aneesh Kumar K.V wrote: From: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com This patch makes the high psizes mask as an unsigned char array so that we can have more than 16TB. Currently we support upto 64TB Some comments inline... @@ -804,16

[PATCH -V3 07/11] arch/powerpc: Increase the slice range to 64TB

2012-07-09 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com This patch makes the high psizes mask as an unsigned char array so that we can have more than 16TB. Currently we support upto 64TB Signed-off-by: Aneesh Kumar K.V aneesh.ku...@linux.vnet.ibm.com --- arch/powerpc/include/asm/mmu-hash64.h |