ChangeSet 1.2248, 2005/03/31 08:33:05-08:00, [EMAIL PROTECTED]
[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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
smp.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/arch/i386/kernel/smp.c b/arch/i386/kernel/smp.c
--- a/arch/i386/kernel/smp.c 2005-03-31 10:14:40 -08:00
+++ b/arch/i386/kernel/smp.c 2005-03-31 10:14:40 -08:00
@@ -188,7 +188,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 bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html