Re: [PATCH -V6 01/12] arch/powerpc: Replace open coded CONTEXT_BITS value

2012-08-01 Thread Paul Mackerras
On Wed, Aug 01, 2012 at 09:43:32PM +0530, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > To clarify the meaning for future readers, replace the open coded > 19 with CONTEXT_BITS > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Paul Mackerras ___

[PATCH -V6 01/12] arch/powerpc: Replace open coded CONTEXT_BITS value

2012-08-01 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" To clarify the meaning for future readers, replace the open coded 19 with CONTEXT_BITS Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/mmu_context_hash64.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/mm/mmu_context_hash64.c