]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/powerpc/platforms/85xx/mpc85xx_ds.c
powerpc/85xx: Add SMP support to MPC8572 DS
[mv-sheeva.git] / arch / powerpc / platforms / 85xx / mpc85xx_ds.c
index a8301c8ad5376bb6487f7f968de2f70a3565f91a..7326d904202c1e8ec8bac7e6a52382a3e141b51d 100644 (file)
@@ -148,6 +148,9 @@ static int mpc85xx_exclude_device(struct pci_controller *hose,
 /*
  * Setup the architecture
  */
+#ifdef CONFIG_SMP
+extern void __init mpc85xx_smp_init(void);
+#endif
 static void __init mpc85xx_ds_setup_arch(void)
 {
 #ifdef CONFIG_PCI
@@ -173,6 +176,10 @@ static void __init mpc85xx_ds_setup_arch(void)
        ppc_md.pci_exclude_device = mpc85xx_exclude_device;
 #endif
 
+#ifdef CONFIG_SMP
+       mpc85xx_smp_init();
+#endif
+
        printk("MPC85xx DS board from Freescale Semiconductor\n");
 }