[2.6 patch] arch/i386/kernel/smp.c: remove a pointless "inline"

From: Adrian Bunk
Date: Sat Mar 12 2005 - 22:56:20 EST


All callers of send_IPI_mask_sequence are in other files, so marking it
"inline" is quite pointless.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/