commit | ab83a38958ae7e419f18fabe9b2954a6087bfe0d | [log] [tgz] |
---|---|---|
author | Ken Kawasaki <ken_kawasaki@spring.nifty.jp> | Sat Jul 10 01:18:13 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 12 20:13:02 2010 -0700 |
tree | 8d12915d385d55c9cef5c0a878eb9ff6da5a8934 | |
parent | 336a283b9cbe47748ccd68fd8c5158f67cee644b [diff] |
axnet_cs: use spin_lock_irqsave in ax_interrupt Use spin_lock_irqsave instead of spin_lock in ax_interrupt because the interrupt handler can also be invoked from ei_watchdog. Signed-off-by: Ken Kawasaki <ken_kawasaki@spring.nifty.jp> Signed-off-by: David S. Miller <davem@davemloft.net>