diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac/setup.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c index 9416fcaa6daa..7eb0c34b6994 100644 --- a/arch/powerpc/platforms/powermac/setup.c +++ b/arch/powerpc/platforms/powermac/setup.c | |||
@@ -312,9 +312,9 @@ pmac_setup_arch(void) | |||
312 | #ifdef CONFIG_SMP | 312 | #ifdef CONFIG_SMP |
313 | /* Check for Core99 */ | 313 | /* Check for Core99 */ |
314 | if (find_devices("uni-n") || find_devices("u3")) | 314 | if (find_devices("uni-n") || find_devices("u3")) |
315 | ppc_md.smp_ops = &core99_smp_ops; | 315 | smp_ops = &core99_smp_ops; |
316 | else | 316 | else |
317 | ppc_md.smp_ops = &psurge_smp_ops; | 317 | smp_ops = &psurge_smp_ops; |
318 | #endif /* CONFIG_SMP */ | 318 | #endif /* CONFIG_SMP */ |
319 | 319 | ||
320 | pci_create_OF_bus_map(); | 320 | pci_create_OF_bus_map(); |