lkml.org 
[lkml]   [2005]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6 patch] arch/i386/kernel/smp.c: remove a pointless "inline"
All callers of send_IPI_mask_sequence are in other files, so marking it 
"inline" is quite pointless.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 13 Mar 2005

--- linux-2.6.11-mm3-full/arch/i386/kernel/smp.c.old 2005-03-13 04:28:29.000000000 +0100
+++ linux-2.6.11-mm3-full/arch/i386/kernel/smp.c 2005-03-13 04:28:42.000000000 +0100
@@ -189,7 +189,7 @@
local_irq_restore(flags);
}

-inline void send_IPI_mask_sequence(cpumask_t mask, int vector)
+void send_IPI_mask_sequence(cpumask_t mask, int vector)
{
unsigned long cfg, flags;
unsigned int query_cpu;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-04-06 13:30    [W:0.021 / U:2.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site