x86/voyager: fix compile breakage casued by x86: move prefill_possible_map calling...
commitee477524b461324ed8fc950f451c3671dc79f12e
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 30 Oct 2008 21:28:35 +0000 (30 16:28 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Oct 2008 21:55:51 +0000 (30 22:55 +0100)
tree804ec8f71a0564946ac70991868d34a3b45eb9f1
parent017d9d20d88cacb0a6a29f343b23c95e203f6645
x86/voyager: fix compile breakage casued by x86: move prefill_possible_map calling early

Impact: fix build failure on x86/Voyager

Before:

| commit 329513a35d1a2b6b28d54f5c2c0dde4face8200b
| Author: Yinghai Lu <yhlu.kernel@gmail.com>
| Date:   Wed Jul 2 18:54:40 2008 -0700
|
|     x86: move prefill_possible_map calling early

prefill_possible_mask() was hidden under CONFIG_HOTPLUG_CPU rendering
it invisitble to voyager.  Since this commit it's exposed, but not
provided by the voyager subarch, so add a dummy stub to fix the link
breakage.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mach-voyager/voyager_smp.c