]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/prom: Simplify the logic to fetch SLB size
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Wed, 29 Jul 2015 07:10:03 +0000 (12:40 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 12 Aug 2015 05:05:46 +0000 (15:05 +1000)
commit9c61f7a0ad6fdff85b0c4c648e0c94947ea05c76
treee8089508131238c323798084faa51a4ecacc6945
parent79d0be7407955a268bcee5a33e338e14fdc74bfa
powerpc/prom: Simplify the logic to fetch SLB size

The code to fetch the SLB size from the device tree wants to first look
for "slb-size" and then if that's not found "ibm,slb-size".

We can simplify the code by looking for the properties and then if we
find one of them we set mmu_slb_size.

We also change the function name from check_cpu_slb_size() to
init_mmu_slb_size() as the function doesn't check anything, it only
initialises mmu_slb_size.

Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
[mpe: Rewrite change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/prom.c