]> git.baikalelectronics.ru Git - kernel.git/commit
mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a header
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 14 Jun 2011 00:57:50 +0000 (10:57 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 12 Jul 2011 01:08:01 +0000 (11:08 +1000)
commitd6d8bab4cf5b4dd460747fcd54f996b788aaecaf
tree03d9b67a5d07ab9d805ea39db2f331740eba1d4c
parent42630bfbbb3b46e6948836135f09efc9bdeaaf03
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>
arch/x86/mm/init_64.c
drivers/base/memory.c
include/linux/memory.h