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-- 1.4 KB
Makefile -rw-r--r-- 530 bytes
apm_power.c -rw-r--r-- 6.3 KB
ds2760_battery.c -rw-r--r-- 12.4 KB
olpc_battery.c -rw-r--r-- 9.2 KB
pda_power.c -rw-r--r-- 6.3 KB
pmu_battery.c -rw-r--r-- 5.2 KB
power_supply.h -rw-r--r-- 1.3 KB
power_supply_core.c -rw-r--r-- 3.7 KB
power_supply_leds.c -rw-r--r-- 4.4 KB
power_supply_sysfs.c -rw-r--r-- 7.5 KB

back to top