From: Philipp Hachtmann Date: Wed, 29 Jan 2014 17:16:01 +0000 (+0100) Subject: mm/memblock: add physical memory list X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~33^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70210ed950b538ee7eb811dccc402db9df1c9be4;p=pandora-kernel.git mm/memblock: add physical memory list Add the physmem list to the memblock structure. This list only exists if HAVE_MEMBLOCK_PHYS_MAP is selected and contains the unmodified list of physically available memory. It differs from the memblock memory list as it always contains all memory ranges even if the memory has been restricted, e.g. by use of the mem= kernel parameter. Signed-off-by: Philipp Hachtmann Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed