* Fix send_IPI_mask_sequence warning
@ 2005-06-07 0:42 Matthew Dobson
0 siblings, 0 replies; only message in thread
From: Matthew Dobson @ 2005-06-07 0:42 UTC (permalink / raw)
To: linux-kernel, Andrew Morton, Bligh, Martin J.
[-- Attachment #1: Type: text/plain, Size: 276 bytes --]
I get the following warning building 2.6.12-rc5-mm2 on my NUMA-Q box:
In file included from arch/i386/kernel/smp.c:235:
include/asm-i386/mach-numaq/mach_ipi.h:4: warning: `send_IPI_mask_sequence'
declared inline after its definition
This patch silences the warning.
-Matt
[-- Attachment #2: fix-send_IPI_mask_sequence-warning.patch --]
[-- Type: text/x-patch, Size: 456 bytes --]
--- linux-2.6.12-rc5-mm2/include/asm-i386/mach-numaq/mach_ipi.h 2005-06-01 11:13:31.000000000 -0700
+++ linux-2.6.12-rc5-mm2/include/asm-i386/mach-numaq/mach_ipi.h.fixed 2005-06-06 17:02:30.490310944 -0700
@@ -1,7 +1,7 @@
#ifndef __ASM_MACH_IPI_H
#define __ASM_MACH_IPI_H
-inline void send_IPI_mask_sequence(cpumask_t, int vector);
+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:[~2005-06-07 0:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-07 0:42 Fix send_IPI_mask_sequence warning Matthew Dobson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox