page_alloc: add movable_memmap kernel parameter
authorTang Chen <[email protected]>
Sat, 23 Feb 2013 00:33:37 +0000 (16:33 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:14 +0000 (17:50 -0800)
commit34b71f1e04fcba578e719e675b4882eeeb2a1f6f
treebeafbed8dce82b108e95baa2c2424ee0f3e94701
parent4d59a75125d5a4717e57e9fc62c64b3d346e603e
page_alloc: add movable_memmap kernel parameter

Add functions to parse movablemem_map boot option.  Since the option
could be specified more then once, all the maps will be stored in the
global variable movablemem_map.map array.

And also, we keep the array in monotonic increasing order by start_pfn.
And merge all overlapped ranges.

[[email protected]: improve comment]
[[email protected]: checkpatch fixes]
[[email protected]: remove unneeded parens]
Signed-off-by: Tang Chen <[email protected]>
Signed-off-by: Lai Jiangshan <[email protected]>
Reviewed-by: Wen Congyang <[email protected]>
Tested-by: Lin Feng <[email protected]>
Cc: Wu Jianguo <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Documentation/kernel-parameters.txt
include/linux/mm.h
mm/page_alloc.c