aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/hdpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/platforms/hdpu.c')
-rw-r--r--arch/ppc/platforms/hdpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/platforms/hdpu.c b/arch/ppc/platforms/hdpu.c
index ff3796860123..2cc12b04584a 100644
--- a/arch/ppc/platforms/hdpu.c
+++ b/arch/ppc/platforms/hdpu.c
@@ -753,7 +753,7 @@ static int smp_hdpu_probe(void)
753} 753}
754 754
755static void 755static void
756smp_hdpu_message_pass(int target, int msg, unsigned long data, int wait) 756smp_hdpu_message_pass(int target, int msg)
757{ 757{
758 if (msg > 0x3) { 758 if (msg > 0x3) {
759 printk("SMP %d: smp_message_pass: unknown msg %d\n", 759 printk("SMP %d: smp_message_pass: unknown msg %d\n",
@@ -949,7 +949,7 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
949#endif /* CONFIG_SERIAL_TEXT_DEBUG */ 949#endif /* CONFIG_SERIAL_TEXT_DEBUG */
950 950
951#ifdef CONFIG_SMP 951#ifdef CONFIG_SMP
952 ppc_md.smp_ops = &hdpu_smp_ops; 952 smp_ops = &hdpu_smp_ops;
953#endif /* CONFIG_SMP */ 953#endif /* CONFIG_SMP */
954 954
955#if defined(CONFIG_SERIAL_MPSC) || defined(CONFIG_MV643XX_ETH) 955#if defined(CONFIG_SERIAL_MPSC) || defined(CONFIG_MV643XX_ETH)