x86: replace shrink_active_range() with remove_active_range()
authorYinghai Lu <yhlu.kernel@gmail.com>
Sat, 14 Jun 2008 02:08:52 +0000 (19:08 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 08:36:29 +0000 (10:36 +0200)
commitcc1050bafebfb1d7935331282e948b5016318192
tree7e9e6935ed4a18afb63dedbcd808657c683265f5
parentd2dbf343329dc777d77488743465f7be4245971d
x86: replace shrink_active_range() with remove_active_range()

in case we have kva before ramdisk on a node, we still need to use
those ranges.

v2: reserve_early kva ram area, in case there are holes in highmem, to avoid
    those area could be treat as free high pages.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/discontig_32.c
include/linux/mm.h
mm/page_alloc.c