commit | 15b2bee22a0390d951301b53e83df88d0350c499 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Tue Jan 27 16:41:58 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 27 16:41:58 2009 -0800 |
tree | 46f8f27df702ad07dd5724710bcb48bf75eaf9a0 | |
parent | 9fa5fdf291c9b58b1cb8b4bb2a0ee57efa21d635 [diff] |
e1000: fix bug with shared interrupt during reset A nasty bug was found where an MTU change (or anything else that caused a reset) could race with the interrupt code. The interrupt code was entered by a shared interrupt during the MTU change. This change prevents the interrupt code from running while the driver is in the middle of its reset path. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>