commit | a63fdc5156f2ef5690b6cf03d72b0c4917efbba7 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jun 14 10:57:50 2011 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 12 11:08:01 2011 +1000 |
tree | 03d9b67a5d07ab9d805ea39db2f331740eba1d4c | |
parent | 620917de59eeb934b9f8cf35cc2d95c1ac8ed0fc [diff] |
mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header The macro MIN_MEMORY_BLOCK_SIZE is currently defined twice in two .c files, and I need it in a third one to fix a powerpc bug, so let's first move it into a header Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Ingo Molnar <mingo@elte.hu>