Revision c46ac9463fbdee41723dd9fd108b2c1ffd30615f authored by Florian Westphal on 20 August 2007, 23:33:42 UTC, committed by Jeff Garzik on 25 August 2007, 06:31:04 UTC
When transferring data at full speed, the DM9000 network interface
sometimes stops sending/receiving data. Worse, ksoftirqd consumes
100% cpu and the net tx watchdog never triggers.
Fix by spin_lock_irqsave() in dm9000_start_xmit() to prevent the
interrupt handler from interfering.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent bc1e0a0
History
File Mode Size
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 154 bytes
geode-aes.c -rw-r--r-- 10.7 KB
geode-aes.h -rw-r--r-- 735 bytes
padlock-aes.c -rw-r--r-- 17.8 KB
padlock-sha.c -rw-r--r-- 8.1 KB
padlock.h -rw-r--r-- 562 bytes

back to top