aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/pplus.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/platforms/pplus.c')
-rw-r--r--arch/ppc/platforms/pplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/platforms/pplus.c b/arch/ppc/platforms/pplus.c
index c8803214405d..59eb330b2090 100644
--- a/arch/ppc/platforms/pplus.c
+++ b/arch/ppc/platforms/pplus.c
@@ -903,6 +903,6 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
903 ppc_md.kgdb_map_scc = gen550_kgdb_map_scc; 903 ppc_md.kgdb_map_scc = gen550_kgdb_map_scc;
904#endif 904#endif
905#ifdef CONFIG_SMP 905#ifdef CONFIG_SMP
906 ppc_md.smp_ops = &pplus_smp_ops; 906 smp_ops = &pplus_smp_ops;
907#endif /* CONFIG_SMP */ 907#endif /* CONFIG_SMP */
908} 908}