]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
x86: set node_remap_size[0] in fallback path
authorYinghai Lu <yhlu.kernel@gmail.com>
Sun, 1 Jun 2008 05:53:47 +0000 (22:53 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Jun 2008 11:26:25 +0000 (13:26 +0200)
commitb66cd7207387b9b428aaf1988e21dd263c6a4928
tree0e2efcfdff95e1d855f7cc163a54b781b2c7eb43
parentba924c81dd5a7a7fb5ded025af7fdd3b61f8ca67
x86: set node_remap_size[0] in fallback path

... otherwise alloc_remap will not get node_mem_map from kva area, and
alloc_node_mem_map has to alloc_bootmem_node to get mem_map.
It will use two low address copies ...

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