diff options
| -rw-r--r-- | arch/x86/mach-voyager/voyager_smp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/mach-voyager/voyager_smp.c b/arch/x86/mach-voyager/voyager_smp.c index 9cd327a278ad..01285af5782c 100644 --- a/arch/x86/mach-voyager/voyager_smp.c +++ b/arch/x86/mach-voyager/voyager_smp.c | |||
| @@ -345,6 +345,12 @@ static void do_quad_bootstrap(void) | |||
| 345 | } | 345 | } |
| 346 | } | 346 | } |
| 347 | 347 | ||
| 348 | void prefill_possible_map(void) | ||
| 349 | { | ||
| 350 | /* This is empty on voyager because we need a much | ||
| 351 | * earlier detection which is done in find_smp_config */ | ||
| 352 | } | ||
| 353 | |||
| 348 | /* Set up all the basic stuff: read the SMP config and make all the | 354 | /* Set up all the basic stuff: read the SMP config and make all the |
| 349 | * SMP information reflect only the boot cpu. All others will be | 355 | * SMP information reflect only the boot cpu. All others will be |
| 350 | * brought on-line later. */ | 356 | * brought on-line later. */ |
