I think the spin_lock could be removed on SMP, too.
Concurrent xmit & timeout calls are prevented by core network code, and
concurrent interrupts are prevented by disable_irq().
Or replace spin_lock_irqsave() with spin_lock().
-- Manfred - 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/