e1000: fix bug with shared interrupt during reset
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Wed, 28 Jan 2009 00:41:58 +0000 (16:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Jan 2009 00:41:58 +0000 (16:41 -0800)
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>

No differences found