[PATCH v5 18/22] x86, mm, numa: Add early_initmem_init() stub

2013-06-14 Thread Yinghai Lu
early_initmem_init() call early_x86_numa_init() to parse numa info early. Later will call init_mem_mapping for nodes in it. Signed-off-by: Yinghai Lu Cc: Pekka Enberg Cc: Jacob Shin Reviewed-by: Tang Chen Tested-by: Tang Chen --- arch/x86/include/asm/page_types.h | 1 +

[PATCH v5 18/22] x86, mm, numa: Add early_initmem_init() stub

2013-06-14 Thread Yinghai Lu
early_initmem_init() call early_x86_numa_init() to parse numa info early. Later will call init_mem_mapping for nodes in it. Signed-off-by: Yinghai Lu ying...@kernel.org Cc: Pekka Enberg penb...@kernel.org Cc: Jacob Shin jacob.s...@amd.com Reviewed-by: Tang Chen tangc...@cn.fujitsu.com Tested-by:

[Part1 PATCH v5 18/22] x86, mm, numa: Add early_initmem_init() stub

2013-06-13 Thread Tang Chen
From: Yinghai Lu Introduce early_initmem_init() to call early_x86_numa_init(), which will be used to parse numa info earlier. Later will call init_mem_mapping for all the nodes. Signed-off-by: Yinghai Lu Cc: Pekka Enberg Cc: Jacob Shin Reviewed-by: Tang Chen Tested-by: Tang Chen ---

[Part1 PATCH v5 18/22] x86, mm, numa: Add early_initmem_init() stub

2013-06-13 Thread Tang Chen
From: Yinghai Lu ying...@kernel.org Introduce early_initmem_init() to call early_x86_numa_init(), which will be used to parse numa info earlier. Later will call init_mem_mapping for all the nodes. Signed-off-by: Yinghai Lu ying...@kernel.org Cc: Pekka Enberg penb...@kernel.org Cc: Jacob Shin