[PATCH] Use SLB size from the device tree

2007-12-05 Thread Michael Neuling
Currently we hardwire the number of SLBs but PAPR says we export an ibm,slb-size property to specify the number of SLB entries. This patch uses this property instead of assuming 64. If no property is found, we assume 64 entries as before. This soft patches the SLB handler, so it won't change per

Re: [PATCH] Use SLB size from the device tree

2007-12-05 Thread Paul Mackerras
Michael Neuling writes: > Currently we hardwire the number of SLBs but the PAPR says we export an > ibm,slb-size property to specify the number of SLB entries. This patch > uses this property instead of assuming 64 always. If no property is > found, we assume 64 entries as before. On 32-bit pla

Re: [PATCH] Use SLB size from the device tree

2007-11-08 Thread Olof Johansson
On Fri, Nov 09, 2007 at 10:40:18AM +1100, Michael Neuling wrote: > Currently we hardwire the number of SLBs but the PAPR says we export an > ibm,slb-size property to specify the number of SLB entries. This patch > uses this property instead of assuming 64 always. If no property is > found, we ass

[PATCH] Use SLB size from the device tree

2007-11-08 Thread Michael Neuling
Currently we hardwire the number of SLBs but the PAPR says we export an ibm,slb-size property to specify the number of SLB entries. This patch uses this property instead of assuming 64 always. If no property is found, we assume 64 entries as before. This soft patches the SLB handler, so it won't