Re: [6/8] powerpc/prom: Simplify the logic while fetching SLB size

2015-08-12 Thread Michael Ellerman
On Wed, 2015-29-07 at 07:10:03 UTC, Anshuman Khandual wrote: > This patch just simplifies the existing code logic while fetching > the SLB size property from the device tree. This also changes the > function name from check_cpu_slb_size to init_mmu_slb_size as > it just initializes the mmu_slb_size

[PATCH 6/8] powerpc/prom: Simplify the logic while fetching SLB size

2015-07-29 Thread Anshuman Khandual
This patch just simplifies the existing code logic while fetching the SLB size property from the device tree. This also changes the function name from check_cpu_slb_size to init_mmu_slb_size as it just initializes the mmu_slb_size value. Signed-off-by: Anshuman Khandual --- arch/powerpc/kernel/p

Re: [RFC, 6/8] powerpc/prom: Simplify the logic while fetching SLB size

2015-07-21 Thread Anshuman Khandual
On 07/21/2015 03:51 PM, Michael Ellerman wrote: > On Tue, 2015-21-07 at 06:58:44 UTC, Anshuman Khandual wrote: >> > From: "khand...@linux.vnet.ibm.com" >> > >> > This patch just simplifies the existing code logic while fetching >> > the SLB size property from the device tree. >> > >> > Signed-of

Re: [RFC, 6/8] powerpc/prom: Simplify the logic while fetching SLB size

2015-07-21 Thread Michael Ellerman
On Tue, 2015-21-07 at 06:58:44 UTC, Anshuman Khandual wrote: > From: "khand...@linux.vnet.ibm.com" > > This patch just simplifies the existing code logic while fetching > the SLB size property from the device tree. > > Signed-off-by: Anshuman Khandual > --- > arch/powerpc/kernel/prom.c | 12 ++

[RFC 6/8] powerpc/prom: Simplify the logic while fetching SLB size

2015-07-21 Thread Anshuman Khandual
From: "khand...@linux.vnet.ibm.com" This patch just simplifies the existing code logic while fetching the SLB size property from the device tree. Signed-off-by: Anshuman Khandual --- arch/powerpc/kernel/prom.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/arc