From: Benjamin Herrenschmidt Date: Fri, 23 Jul 2010 00:35:52 +0000 (+1000) Subject: powerpc: Fix erroneous lmb->memblock conversions X-Git-Tag: v2.6.35~42^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdfd99051fbc210464378cd44a4b8914282bac3;p=pandora-kernel.git powerpc: Fix erroneous lmb->memblock conversions Oooops... we missed these. We incorrectly converted strings used when parsing the device-tree on pseries, thus breaking access to drconf memory and hotplug memory. While at it, also revert some variable names that represent something the FW calls "lmb" and thus don't need to be converted to "memblock". Signed-off-by: Benjamin Herrenschmidt --- --- Reading git-diff-tree failed