commit | 0acb6fde5fc84009be1c7efc0aaa8e69e394a2e2 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon Oct 05 06:33:46 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 14:59:20 2009 -0700 |
tree | 266ae1b7b50bac51992a0ca4b7605949b0dde192 | |
parent | 747d49baaf4e3f4ad5ae77477830da026eeef69d [diff] |
igb: add function to handle mailbox lock Both the read and write mailbox functions need to acquire the mailbox lock. Since that is the case we might as well combine both of the procedures into one function so it is easier to maintain. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>