From: Sam Ravnborg Date: Tue, 1 Nov 2011 00:08:20 +0000 (-0700) Subject: memblock: add NO_BOOTMEM config symbol X-Git-Tag: v3.2-rc1~108^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6661672053aee709d93f5dbd7887c789364c11d4;p=pandora-kernel.git 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 Cc: Yinghai Lu Acked-by: Tejun Heo Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed