commit | df30a740e4647b035e44a94e6977ad42a94cb850 | [log] [tgz] |
---|---|---|
author | Brice Goglin <brice@myri.com> | Mon Dec 18 11:50:40 2006 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Dec 26 16:28:20 2006 -0500 |
tree | e3805821b02b350f0d25710119647ef94a5d7d4b | |
parent | 7adda30c82f403c948b016a40fc68a1ef427dbca [diff] |
myri10ge: move request_irq to myri10ge_open Request IRQ in myri10ge_open() and free in close() instead of probe() and remove() to eliminate potential race between the watchdog and the interrupt handler. Additionaly, the interrupt handler won't get called on shared irq anymore when the interface is down. Signed-off-by: Brice Goglin <brice@myri.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>