]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/memblock: add physical memory list
authorPhilipp Hachtmann <phacht@linux.vnet.ibm.com>
Wed, 29 Jan 2014 17:16:01 +0000 (18:16 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 17 Apr 2014 10:46:43 +0000 (12:46 +0200)
commitf8b533e736f8f9e424fcf77ffbf43ae91d194167
tree2eab7c46f714e9a9776afd28f845a361198778df
parent13bfdcfa3c76958a3b2d7146c0a2462b0f8b333e
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 <phacht@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
include/linux/memblock.h
mm/Kconfig
mm/memblock.c