From: Jesse Brandeburg Date: Thu, 2 Oct 2008 23:33:30 +0000 (-0700) Subject: e1000e: remove phy read from inside spinlock X-Git-Tag: v2.6.27-rc9~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23033fad5be0a2c7838cb9e1579919b64af713f6;p=pandora-kernel.git 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 Acked-by: Thomas Gleixner Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed