commit | 4734b594c6ca1be796d30c82d93fdf5160f45124 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jul 28 14:31:29 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 05 12:56:11 2010 +1000 |
tree | 72443c76c7d4c0cade456cc21997f383417747de | |
parent | 9d3c30f5a17ec35894eadb7171f724643dce19c3 [diff] |
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 <benh@kernel.crashing.org>