* [PATCH] ppc64: Fix warning on pmac build
@ 2004-02-27 10:40 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-27 10:40 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-27 10:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-27 10:40 [PATCH] ppc64: Fix warning on pmac build Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox