All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix PReP SMP build
@ 2006-10-08  8:32 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2006-10-08  8:32 UTC (permalink / raw)
  To: Paul Mackeras, linuxppc-dev


  CC      arch/ppc/kernel/smp.o
arch/ppc/kernel/smp.c:88: error: conflicting types for 'smp_message_recv'
include2/asm/smp.h:42: error: previous declaration of 'smp_message_recv' was here
make[2]: *** [arch/ppc/kernel/smp.o] Error 1

Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 arch/ppc/kernel/smp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/arch/ppc/kernel/smp.c
===================================================================
--- linux-2.6.orig/arch/ppc/kernel/smp.c
+++ linux-2.6/arch/ppc/kernel/smp.c
@@ -84,7 +84,7 @@ smp_message_pass(int target, int msg)
 /*
  * Common functions
  */
-void smp_message_recv(int msg, struct pt_regs *regs)
+void smp_message_recv(int msg)
 {
 	atomic_inc(&ipi_recv);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-08  8:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-08  8:32 [PATCH] fix PReP SMP build Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.