commit | 9a2f037cdbe8409c5ff92e8dce5fcdfe2ebb2084 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Tue Feb 05 00:02:10 2008 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Feb 11 11:06:28 2008 -0500 |
tree | e3b9570b76c739e9aa1f1a63fc722484b658bdae | |
parent | 86c62fab5aafe33d033d2f616ba8be0527e1c286 [diff] |
DM9000: Add mutex to protect access 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>