]> Git Repo - linux.git/commit
page_alloc: make movablemem_map have higher priority
authorTang Chen <[email protected]>
Sat, 23 Feb 2013 00:33:40 +0000 (16:33 -0800)
committerLinus Torvalds <[email protected]>
Sun, 24 Feb 2013 01:50:14 +0000 (17:50 -0800)
commit42f47e27e761fee07da69e04612ec7dd0d490edd
tree15cab008a1759590cd50628b760ffc403f0f3dfc
parent6981ec31146cf19454c55c130625f6cee89aab95
page_alloc: make movablemem_map have higher priority

If kernelcore or movablecore is specified at the same time with
movablemem_map, movablemem_map will have higher priority to be
satisfied.  This patch will make find_zone_movable_pfns_for_nodes()
calculate zone_movable_pfn[] with the limit from zone_movable_limit[].

Signed-off-by: Tang Chen <[email protected]>
Reviewed-by: Wen Congyang <[email protected]>
Cc: Wu Jianguo <[email protected]>
Reviewed-by: Lai Jiangshan <[email protected]>
Tested-by: Lin Feng <[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]>
mm/page_alloc.c
This page took 0.05266 seconds and 4 git commands to generate.