diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 3a7cfb81bf89..8bc28b14c70f 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -533,8 +533,6 @@ static inline unsigned int tg3_has_work(struct tg3 *tp) | |||
533 | */ | 533 | */ |
534 | static void tg3_restart_ints(struct tg3 *tp) | 534 | static void tg3_restart_ints(struct tg3 *tp) |
535 | { | 535 | { |
536 | tw32(TG3PCI_MISC_HOST_CTRL, | ||
537 | (tp->misc_host_ctrl & ~MISC_HOST_CTRL_MASK_PCI_INT)); | ||
538 | tw32_mailbox(MAILBOX_INTERRUPT_0 + TG3_64BIT_REG_LOW, | 536 | tw32_mailbox(MAILBOX_INTERRUPT_0 + TG3_64BIT_REG_LOW, |
539 | tp->last_tag << 24); | 537 | tp->last_tag << 24); |
540 | mmiowb(); | 538 | mmiowb(); |