x86: use sparse_memory_present_with_active_regions() on UMA
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 7 May 2009 12:35:42 +0000 (15:35 +0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 May 2009 09:52:06 +0000 (11:52 +0200)
commit087fa4e964e04371a67f340e1f6ac92c5db5e0a6
treeeaa085d802bb2a58a52a8db9d62e8d1c561639e6
parent3551f88f6439cf4da3f5a3747b320280e30500de
x86: use sparse_memory_present_with_active_regions() on UMA

There's no need to use call memory_present() manually on UMA because
initmem_init() sets up early_node_map by calling
e820_register_active_regions().

[ Impact: cleanup ]

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1241699742.17846.31.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c