]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memblock: add NO_BOOTMEM config symbol
authorSam Ravnborg <sam@ravnborg.org>
Mon, 24 Oct 2011 14:54:12 +0000 (01:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 25 Oct 2011 09:07:42 +0000 (20:07 +1100)
commitc37ba182f478992e0d5f34b3450409bbc54ae163
tree78f6e9f067e0f5254cd714f02f05a7dc699a10cd
parent57f0906b13e7015c2d060ddebe492925cbd588d3
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