aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoenet.c
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2005-06-24 20:20:04 -0700
committerDavid S. Miller <davem@davemloft.net>2005-06-24 20:20:04 -0700
commitbbe832c09233738c100145fd535b6b8fc97640f6 (patch)
treea4c9b8ec06c768a5808018d1b9a1b919c223199c /drivers/block/aoe/aoenet.c
parentf47c11eeccc8820010992eb32dbe7370a08f8bd3 (diff)
downloadkernel_samsung_espresso10-bbe832c09233738c100145fd535b6b8fc97640f6.zip
kernel_samsung_espresso10-bbe832c09233738c100145fd535b6b8fc97640f6.tar.gz
kernel_samsung_espresso10-bbe832c09233738c100145fd535b6b8fc97640f6.tar.bz2
[TG3]: Refinements to new locking strategy.
1. Move tp->irq_sync = 0 to before the interrupt mailbox IO in tg3_enable_ints() so that the interrupt handler will always see irq_sync == 0 when interrupts are enabled. 2. Remove the tg3_enable_ints() call in tg3_reset_hw(). Interrupts are always enabled explicitly or through tg3_netif_start(). This is to prevent interrupts being enabled while poll is disabled. 3. Update trans_start with jiffies in tg3_netif_stop() to prevent false NETDEV WATCHDOG. 4. Pass in the proper irq_sync parameter to tg3_full_lock() depending on netif_running() in some of the ethtool set calls. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/block/aoe/aoenet.c')
0 files changed, 0 insertions, 0 deletions