amd-xgbe: Use disable_irq_nosync from within timer function
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Fri, 5 Jun 2015 21:02:26 +0000 (16:02 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jun 2015 07:21:12 +0000 (00:21 -0700)
commit078b29d7e92e4254b6de16097d0369dde17efe21
treef196fbc764d3dd3ce0944064025ce3b3f7d87865
parent6d7954130c8d7100b7aba3c986fc4eefedf1a1ad
amd-xgbe: Use disable_irq_nosync from within timer function

Since the Tx timer function runs in softirq context the driver needs
to call disable_irq_nosync instead of a disable_irq.

Reported-by: Josh Stone <jistone@redhat.com>
Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/xgbe/xgbe-drv.c