public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.8-rc2-mm2 warning on NUMA-Q
@ 2004-08-02 23:44 Martin J. Bligh
  0 siblings, 0 replies; only message in thread
From: Martin J. Bligh @ 2004-08-02 23:44 UTC (permalink / raw)
  To: Mikael Pettersson, Andrew Morton; +Cc: linux-kernel

arch-i386-kernel-smpc-gcc341-inlining-fix.patch seems to cause
the following warning:

include/asm-i386/mach-numaq/mach_ipi.h:4: warning: static declaration for `send_
IPI_mask_sequence' follows non-static. 

This should fix it (and make it match the other subarches):

diff -purN -X /home/mbligh/.diff.exclude mm2/include/asm-i386/mach-numaq/mach_ipi.h send_IPI_mask_sequence/include/asm-i386/mach-numaq/mach_ipi.h
--- mm2/include/asm-i386/mach-numaq/mach_ipi.h	Wed Dec 17 18:59:16 2003
+++ send_IPI_mask_sequence/include/asm-i386/mach-numaq/mach_ipi.h	Mon Aug  2 15:55:27 2004
@@ -1,7 +1,7 @@
 #ifndef __ASM_MACH_IPI_H
 #define __ASM_MACH_IPI_H
 
-static inline void send_IPI_mask_sequence(cpumask_t, int vector);
+inline void send_IPI_mask_sequence(cpumask_t, int vector);
 
 static inline void send_IPI_mask(cpumask_t mask, int vector)
 {


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

only message in thread, other threads:[~2004-08-02 23:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-02 23:44 2.6.8-rc2-mm2 warning on NUMA-Q Martin J. Bligh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox