[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080327140041.072611004@linutronix.de>
Date: Thu, 27 Mar 2008 15:00:41 +0100
From: Sebastian Siewior <bigeasy@...utronix.de>
To: uclinux-dev@...inux.org
Cc: netdev@...r.kernel.org, Jeff Garzik <jgarzik@...ox.com>,
Greg Ungerer <gerg@...inux.org>
Subject: [PATCH / RFC 0/2] spinlocks fixup in fec / m68knommu driver
I got into this after turning on spinlock debugging.
Jeff: The dev->hard_start_xmit callback is always called from softirq
context so it is save to use spin_lock_irq(), right?
Greg: The isr (fec_enet_rx()) calls three functions. All
but fec_enet_rx() are grabbing the spinlock. Is this on purpose?
Sebastian
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists