commit | 3fdfd99051fbc210464378cd44a4b8914282bac3 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 23 10:35:52 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 23 12:56:57 2010 +1000 |
tree | 40c58068f5b89509c6d4fd8aa8c35e031dbc9820 | |
parent | 4b8692c022a4b149d0c2cc3f4f7a363453fde72a [diff] |
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 <benh@kernel.crashing.org> ---