Fix send_IPI_mask_sequence warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux