]> rtime.felk.cvut.cz Git - linux-imx.git/commit
powerpc/mm: Eliminate unneeded for_each_memblock
authorCody P Schafer <cody@linux.vnet.ibm.com>
Wed, 9 Jan 2013 12:40:18 +0000 (12:40 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 29 Jan 2013 00:34:25 +0000 (11:34 +1100)
commit4e8309baedfef8360f5b06ccaff8c45cff73cc4f
treea09eb20075f5b5e9a31ae53c876f3770571829d6
parentdfd0436ad0ce139467b124c646fa65ee2635e14a
powerpc/mm: Eliminate unneeded for_each_memblock

The only persistent change made by this loop is calling
memblock_set_node() once for each memblock, which is not useful (and has
no effect) as memblock_set_node() is not called with any
memblock-specific parameters.

Subsistute a single memblock_set_node().

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/mem.c