* [2.6 patch] arch/i386/kernel/smp.c: remove a pointless "inline"
@ 2005-03-13 3:53 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-03-13 3:53 UTC (permalink / raw)
To: linux-kernel
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>
--- 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;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [2.6 patch] arch/i386/kernel/smp.c: remove a pointless "inline"
@ 2005-03-27 14:34 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-03-27 14:34 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
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;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-27 14:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-27 14:34 [2.6 patch] arch/i386/kernel/smp.c: remove a pointless "inline" Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2005-03-13 3:53 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox