On Mon, 24 Jan 2005 13:41:33 -0800
Nish Aravamudan <[EMAIL PROTECTED]> wrote:

> > +               set_current_state(TASK_INTERRUPTIBLE);
> > +               schedule_timeout(HZ);
> > +
> > +               if (current->flags & PF_FREEZE)
> > +                       refrigerator(PF_FREEZE);
> > +
> > +               if (signal_pending(current))
> > +                       flush_signals(current);
> > +       }
> 
> <snip>
> 
> I believe this schedule_timeout() call can be an msleep_interruptible(1000).

Patch was already sent to Greg, it will be included in next release.
Attached one with fixed scx200/scx filename.
 
> Thanks,
> Nish


        Evgeniy Polyakov

Only failure makes us experts. -- Theo de Raadt

Attachment: msleep_superio.patch
Description: Binary data

Reply via email to