]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memblock: add NO_BOOTMEM config symbol
authorSam Ravnborg <sam@ravnborg.org>
Wed, 28 Sep 2011 00:50:12 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 4 Oct 2011 07:38:33 +0000 (18:38 +1100)
commit17a19526e540dec1acbee3ce745ac71eb4b3ee60
tree4bd5286b365804ece372992ea7545f3f29ae24ed
parent3b3bce8bce105015827b4d4efe4f3f7df51d7241
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 <>
mm/Kconfig