x86: move prefill_possible_map calling early, fix, V2
authorChuck Ebbert <cebbert@redhat.com>
Mon, 29 Sep 2008 22:29:42 +0000 (18:29 -0400)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:22:50 +0000 (10:22 +0200)
commit14adf855baefad5ac3b545be23a64e6b61d6b74a
treea905fcad7c788f1ca62e9ee292e39825992dbf62
parent69d45dd1c3bb512a9f5f9c464ac625eb707669ec
x86: move prefill_possible_map calling early, fix, V2

Commit 4a701737 ("x86: move prefill_possible_map calling early, fix")
is the wrong fix: prefill_possible_map() needs to be available
even when CONFIG_HOTPLUG_CPU is not set. A followon patch will do that.

Fix this correctly by making prefill_possible_map() available even when
CONFIG_HOTPLUG_CPU is not set. The function is needed so that
the number of possible CPUs can be determined.

Tested on uniprocessor machine with CPU hotplug disabled.

From boot log:
  Before: NR_CPUS: 512, nr_cpu_ids: 512, nr_node_ids 1
  After: NR_CPUS: 512, nr_cpu_ids: 1, nr_node_ids 1

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c
include/asm-x86/smp.h