]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
With the NO_BOOTMEM symbol added architectures may now use the following
authorSam Ravnborg <sam@ravnborg.org>
Wed, 24 Aug 2011 23:47:14 +0000 (09:47 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 Sep 2011 05:16:14 +0000 (15:16 +1000)
commit3d70a28531db9699d7a9fd5a24dce8a168f52576
treecbc9f14e77ca60f2db9dfc2a4e3ff3cf48124478
parentdff28790d972572cba9aa99ac747da64befa764b
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