commit | f50393fe869ba457cd75569c74c0f9bd2e7f7a0f | [log] [tgz] |
---|---|---|
author | Mark Huth <mhuth@mvista.com> | Tue Mar 06 08:57:26 2007 -0800 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Apr 26 02:22:41 2007 -0400 |
tree | 3a34c6206c138d27b5188cfdc238a33d0f4119d8 | |
parent | 31d76442f719af834718cbf5bf866370acc36093 [diff] |
e1000: FIX: Stop raw interrupts disabled nag from RT Current e1000_xmit_frame spews raw interrupt disabled nag messages when used with RT kernel patches. This patch uses spin_trylock_irqsave, which allows RT patches to properly manage the irq semantics. Signed-off-by: Mark Huth <mhuth@mvista.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>