From: Benjamin Herrenschmidt Date: Wed, 28 Jul 2010 04:31:29 +0000 (+1000) Subject: memblock: Remove memblock_type.size and add memblock.memory_size instead X-Git-Tag: v2.6.37-rc1~183^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4734b594c6ca1be796d30c82d93fdf5160f45124;p=pandora-kernel.git memblock: Remove memblock_type.size and add memblock.memory_size instead Right now, both the "memory" and "reserved" memblock_type structures have a "size" member. It represents the calculated memory size in the former case and is unused in the latter. This moves it out to the main memblock structure instead Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed