2.6.8-rc2-mm2 warning on NUMA-Q

From: Martin J. Bligh
Date: Mon Aug 02 2004 - 18:47:54 EST


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)
{

-
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/