https://github.com/torvalds/linux
Revision 23033fad5be0a2c7838cb9e1579919b64af713f6 authored by Jesse Brandeburg on 02 October 2008, 23:33:30 UTC, committed by Linus Torvalds on 03 October 2008, 01:28:12 UTC
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>
1 parent a8f88ff
History
Tip revision: 23033fad5be0a2c7838cb9e1579919b64af713f6 authored by Jesse Brandeburg on 02 October 2008, 23:33:30 UTC
e1000e: remove phy read from inside spinlock
Tip revision: 23033fa
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top