aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMartin J. Bligh <mbligh@aracnet.com>2004-08-22 22:46:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-08-22 22:46:42 -0700
commit42e3ec013d49c6a896dd0ba803f7b32c77a734be (patch)
treeb42d33b4a1c812741220630bbae8f51eeb3215f7 /include
parente5f29853e9797a740708e0d38cecda5be168ac8a (diff)
downloadhistory-42e3ec013d49c6a896dd0ba803f7b32c77a734be.tar.gz
[PATCH] warning on NUMA-Q
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): Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/mach-numaq/mach_ipi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/mach-numaq/mach_ipi.h b/include/asm-i386/mach-numaq/mach_ipi.h
index 29aabcd9952484..1b46fd3f2ae315 100644
--- a/include/asm-i386/mach-numaq/mach_ipi.h
+++ b/include/asm-i386/mach-numaq/mach_ipi.h
@@ -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)
{