From: Michael Neuling Date: Wed, 14 Jan 2009 13:42:41 +0000 (+0000) Subject: powerpc: Get the number of SLBs from "slb-size" property X-Git-Tag: v2.6.29-rc2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60c31d85a2a2f1a9c8623f1fb56e2688aa1e2b1;p=pandora-kernel.git powerpc: Get the number of SLBs from "slb-size" property The PAPR says that the property for specifying the number of SLBs should be called "slb-size". We currently only look for "ibm,slb-size" because this is what firmware actually presents. This patch makes us look for the "slb-size" property as well and in preference to the "ibm,slb-size". This should future proof us if firmware changes to match PAPR. Signed-off-by: Michael Neuling Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed