[PATCH] ppc64: Fix warning on pmac build

From: Benjamin Herrenschmidt
Date: Fri Feb 27 2004 - 05:51:40 EST


Fix a stupid warning in PowerMac SMP build on ppc64

diff -urN linux-iommu/arch/ppc64/kernel/pmac_smp.c linux-DART/arch/ppc64/kernel/pmac_smp.c
--- linux-iommu/arch/ppc64/kernel/pmac_smp.c 2004-02-27 14:55:19.000000000 +1100
+++ linux-DART/arch/ppc64/kernel/pmac_smp.c 2004-02-27 15:00:48.000000000 +1100
@@ -57,7 +57,7 @@
extern void pmac_secondary_start_2(void);
extern void pmac_secondary_start_3(void);

-extern void smp_openpic_message_pass(int target, int msg, unsigned long data, int wait);
+extern void smp_openpic_message_pass(int target, int msg);

extern struct smp_ops_t *smp_ops;



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/