From 27fa9aafe38beaa36ac1a1839909401dacb5a519 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Thu, 30 Oct 2008 16:28:35 -0500 Subject: [PATCH] --- yaml --- r: 118207 b: refs/heads/master c: ee477524b461324ed8fc950f451c3671dc79f12e h: refs/heads/master i: 118205: af17b88a2dc7bf8781f5f3e33e66edac9d4a3638 118203: da5860ec762cc4416f42318b3ad5117fa6a7eb89 118199: 6f887d7db7b5d4376fc6be5eb7931a82e9782d28 118191: 7902696b8000cab09daaa0af70795361a87f6f99 118175: 01a84cf985a8124546c4347465ea26aef36af40a 118143: ccdff210a64458bc8f0e8f21cd8c6cb6d6b549c3 v: v3 --- [refs] | 2 +- trunk/arch/x86/mach-voyager/voyager_smp.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a2b0fb6f2ebf..f82fdc856cec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 017d9d20d88cacb0a6a29f343b23c95e203f6645 +refs/heads/master: ee477524b461324ed8fc950f451c3671dc79f12e diff --git a/trunk/arch/x86/mach-voyager/voyager_smp.c b/trunk/arch/x86/mach-voyager/voyager_smp.c index 9cd327a278ad..01285af5782c 100644 --- a/trunk/arch/x86/mach-voyager/voyager_smp.c +++ b/trunk/arch/x86/mach-voyager/voyager_smp.c @@ -345,6 +345,12 @@ static void do_quad_bootstrap(void) } } +void prefill_possible_map(void) +{ + /* This is empty on voyager because we need a much + * earlier detection which is done in find_smp_config */ +} + /* Set up all the basic stuff: read the SMP config and make all the * SMP information reflect only the boot cpu. All others will be * brought on-line later. */