Skip to content
Commit 15f5a585 authored by Michael Chan's avatar Michael Chan Committed by David S. Miller
Browse files

[TG3]: Eliminate one register write in tg3_restart_ints()



The register write to register 0x68 to restart interrupts is unnecessary
as the interrupt wasn't masked in that register by the irq handler. This
will save one register write in the fast path.

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6892914f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment