From: Tom Lendacky
Date: Fri, 5 Jun 2015 16:02:26 -0500
> 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
> Signed-off-by: Tom Lendacky
Applied, thanks Tom.
--
To unsubscribe from this list
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
Signed-off-by: Tom Lendacky
---
drivers/net/ethernet/amd/xgbe/xgbe-drv.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drive