DM9000: Add mutex to protect access
authorBen Dooks <ben-linux@fluff.org>
Tue, 5 Feb 2008 00:02:10 +0000 (00:02 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Feb 2008 16:06:28 +0000 (11:06 -0500)
Add a mutex to serialise access to the chip functions from
entries such as the ethtool and the MII code. This should
reduce the amount of time the spinlock is held to protect
the address register.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found