commit | d2cd563ba82c424083b78e0ce97d68bfb04d1242 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 06 15:39:14 2010 -0700 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Aug 05 12:56:21 2010 +1000 |
tree | ff4ab6de8b6906a6c955aa51c4ee53868dfafc0a | |
parent | 142b45a72e221537c1bb1995497fef7cdc439e26 [diff] |
memblock: Add arch function to control coalescing of memblock memory regions Some archs such as ARM want to avoid coalescing accross things such as the lowmem/highmem boundary or similar. This provides the option to control it via an arch callback for which a weak default is provided which always allows coalescing. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>