Home
last modified time | relevance | path

Searched hist:"9 c61f7a0ad6fdff85b0c4c648e0c94947ea05c76" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dprom.cdiff 9c61f7a0ad6fdff85b0c4c648e0c94947ea05c76 Wed Jul 29 02:10:03 CDT 2015 Anshuman Khandual <khandual@linux.vnet.ibm.com> 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>