Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread Andrew Morton
Venkatesh Pallipadi <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 05, 2005 at 11:53:29AM -0700, Andrew Morton wrote: > > > > That's all pretty sad stuff. I guess for now we can go back to the busy > > loop. Longer-term it would be nice if we could tune up the HPET driver in > > some manner so we ca

Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread linux-os \(Dick Johnson\)
On Fri, 5 Aug 2005, Venkatesh Pallipadi wrote: > On Fri, Aug 05, 2005 at 11:53:29AM -0700, Andrew Morton wrote: >> >> That's all pretty sad stuff. I guess for now we can go back to the busy >> loop. Longer-term it would be nice if we could tune up the HPET driver in >> some manner so we can avo

Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread Venkatesh Pallipadi
On Fri, Aug 05, 2005 at 11:53:29AM -0700, Andrew Morton wrote: > > That's all pretty sad stuff. I guess for now we can go back to the busy > loop. Longer-term it would be nice if we could tune up the HPET driver in > some manner so we can avoid this busy-wait-in-interrupt. > > I'm not sure who

Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread Andrew Morton
Petr Vandrovec <[EMAIL PROTECTED]> wrote: > > Since beginning of July my Opteron box was randomly crashing and being > rebooted > by hardware watchdog. Today it finally did it in front of me, and this patch > will hopefully fix it. > > Problem is that at the end of June (28th, commit > 47f1

Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread linux-os \(Dick Johnson\)
On Fri, 5 Aug 2005, Petr Vandrovec wrote: > linux-os (Dick Johnson) wrote: >> On Fri, 5 Aug 2005, Petr Vandrovec wrote: >> >> >>> Hello Linus, >>> can you apply patch below? >>> >>> Since beginning of July my Opteron box was randomly crashing and being >>> rebooted >>> by hardware watchdog. Tod

Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread Petr Vandrovec
linux-os (Dick Johnson) wrote: On Fri, 5 Aug 2005, Petr Vandrovec wrote: Hello Linus, can you apply patch below? Since beginning of July my Opteron box was randomly crashing and being rebooted by hardware watchdog. Today it finally did it in front of me, and this patch will hopefully fix it.

Re: [PATCH 2.6.13-rc5-gitNOW] msleep() cannot be used from interrupt

2005-08-05 Thread linux-os \(Dick Johnson\)
On Fri, 5 Aug 2005, Petr Vandrovec wrote: > Hello Linus, > can you apply patch below? > > Since beginning of July my Opteron box was randomly crashing and being > rebooted > by hardware watchdog. Today it finally did it in front of me, and this patch > will hopefully fix it. > > Problem is tha