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
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
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
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 ++
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