commit | bf23c51f1f49d3960f3cd8e3d2e7f943d9c41042 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 06 15:39:06 2010 -0700 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 05 12:56:12 2010 +1000 |
tree | 6150486aaeb3bc8601fdf61ebfe5b441af1e3fb7 | |
parent | 4734b594c6ca1be796d30c82d93fdf5160f45124 [diff] |
memblock: Move memblock arrays to static storage in memblock.c and make their size a variable This is in preparation for having resizable arrays. Note that we still allocate one more than needed, this is unchanged from the previous implementation. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>