dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/e1000
Jesse Brandeburg 9150b76a64 e1000: remove irq_sem
irq_sem was just a hack to prevent interrupts from being enabled
unexpectedly in deep call paths.  Simply finding those call paths and
fixing them by hand results in a driver that behaves as we expect and
doesn't need the atomic at all.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2008-03-26 00:17:52 -04:00
..
Makefile e100, e1000, ixgb: update copyright header and remove LICENSE 2006-09-27 12:53:14 -07:00
e1000.h e1000: remove irq_sem 2008-03-26 00:17:52 -04:00
e1000_ethtool.c e1000: Convert boolean_t to bool 2008-03-26 00:17:42 -04:00
e1000_hw.c e1000: Convert boolean_t to bool 2008-03-26 00:17:42 -04:00
e1000_hw.h e1000: Convert boolean_t to bool 2008-03-26 00:17:42 -04:00
e1000_main.c e1000: remove irq_sem 2008-03-26 00:17:52 -04:00
e1000_osdep.h e1000: Convert boolean_t to bool 2008-03-26 00:17:42 -04:00
e1000_param.c e1000: sparse warnings fixes 2007-10-30 14:32:17 -04:00