Re: [PATCH 5/6] tg3: Skip timer code during full lock

2006-03-28 Thread Michael Chan
David S. Miller wrote: From: Michael Chan [EMAIL PROTECTED] Date: Mon, 27 Mar 2006 17:10:10 -0800 Skip the main timer code if interrupts are disabled in the full lock state. Signed-off-by: Michael Chan [EMAIL PROTECTED] Could this wedge the driver while we're trying to quiesce the

Re: [PATCH 5/6] tg3: Skip timer code during full lock

2006-03-28 Thread David S. Miller
From: Michael Chan [EMAIL PROTECTED] Date: Mon, 27 Mar 2006 23:58:59 -0800 David S. Miller wrote: From: Michael Chan [EMAIL PROTECTED] Date: Mon, 27 Mar 2006 17:10:10 -0800 Skip the main timer code if interrupts are disabled in the full lock state. Signed-off-by: Michael

[PATCH 5/6] tg3: Skip timer code during full lock

2006-03-27 Thread Michael Chan
Skip the main timer code if interrupts are disabled in the full lock state. Signed-off-by: Michael Chan [EMAIL PROTECTED] diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index c504ff2..b6a6051 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c @@ -6468,6 +6468,9 @@ static void

Re: [PATCH 5/6] tg3: Skip timer code during full lock

2006-03-27 Thread David S. Miller
From: Michael Chan [EMAIL PROTECTED] Date: Mon, 27 Mar 2006 17:10:10 -0800 Skip the main timer code if interrupts are disabled in the full lock state. Signed-off-by: Michael Chan [EMAIL PROTECTED] Could this wedge the driver while we're trying to quiesce the interrupt? If so, probably a