]> 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>
Thu, 29 Sep 2011 06:08:05 +0000 (16:08 +1000)
commitcf4a9d4a1f593051e973efb1e215868ddb3a618e
tree38e7ca59d6f6f0be2b5237c8c206cbe4499aaa7a
parent1c149c13fa98a334131d9a0d24c192bd72c720da
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