commit | 23033fad5be0a2c7838cb9e1579919b64af713f6 | [log] [tgz] |
---|---|---|
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | Thu Oct 02 16:33:30 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 02 18:28:12 2008 -0700 |
tree | cca0e10a7f6c26c20fd2c4d97d7bde911a1b1300 | |
parent | a8f88ff5a5abc2ce9f7d7d2694178b2c617d713a [diff] |
e1000e: remove phy read from inside spinlock thanks to tglx, we're finding some interesting reentrancy issues. this patch removes the phy read from inside a spinlock, paving the way for removing the spinlock completely. The phy read was only feeding a statistic that wasn't used. Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>