commit | 7f219c736f9439acb1c50d264fbee93c353773ca | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Jul 12 14:24:57 2010 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 05 12:56:18 2010 +1000 |
tree | 24e4aa4f3135f639954243fcd015b44786a9a11d | |
parent | 7590abe891c85fbc65dc906516d0bf89e070c19a [diff] |
memblock: split memblock_find_base() out of __memblock_alloc_base() This will be used by the array resize code and might prove useful to some arch code as well at which point it can be made non-static. Also add comment as to why aligning size is important Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> --- v2. Fix loss of size alignment v3. Fix result code