lkml.org 
[lkml]   [2005]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectFix send_IPI_mask_sequence warning
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
--- 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)
{
\
 
 \ /
  Last update: 2005-06-07 02:46    [W:0.022 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site