]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memblock: add NO_BOOTMEM config symbol
authorSam Ravnborg <sam@ravnborg.org>
Wed, 5 Oct 2011 00:43:00 +0000 (11:43 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 11 Oct 2011 08:43:46 +0000 (19:43 +1100)
commitadaddee83ea542acd9cd4b990871df56c182d45a
tree8cf3b5d45b929a7ffb5198a823b315dfd4537886
parentc076d133aad1fb10db9df6f1fef78c8b7f4287d0
memblock: add NO_BOOTMEM config symbol

With the NO_BOOTMEM symbol added architectures may now use the following
syntax to tell that they do not need bootmem:

select NO_BOOTMEM

This is much more convinient than adding a new kconfig symbol which was
otherwise required.

Adding this symbol does not conflict with the architctures that already
define their own symbol.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Acked-by: Tejun Heo <tj@kernel.org>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/Kconfig