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)
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>

No differences found