All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Dobson <colpatch@us.ibm.com>
To: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>,
	"Bligh, Martin J." <mbligh@aracnet.com>
Subject: Fix send_IPI_mask_sequence warning
Date: Mon, 06 Jun 2005 17:42:13 -0700	[thread overview]
Message-ID: <42A4ED65.2020403@us.ibm.com> (raw)

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

                 reply	other threads:[~2005-06-07  0:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42A4ED65.2020403@us.ibm.com \
    --to=colpatch@us.ibm.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.