Re: [PATCH net] amd-xgbe: Use disable_irq_nosync from within timer function

2015-06-07 Thread David Miller
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

[PATCH net] amd-xgbe: Use disable_irq_nosync from within timer function

2015-06-05 Thread Tom Lendacky
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