Re: PCMCIA 2.5.X sleeping from illegal context

David Hinds (dhinds@sonic.net)
Mon, 12 May 2003 16:10:31 -0700


On Mon, May 12, 2003 at 03:44:16PM -0700, Andrew Morton wrote:
> Paul Fulghum <paulkf@microgate.com> wrote:
> >
> > The 2.5.X PCMCIA kernel support seems to have a problem
> > with drivers/pcmcia/rsrc_mgr.c in function undo_irq().
>
> The timer handlers need to be converted to use schedule_delayed_work(),
> or (more probably) schedule_work().

I don't think the timers need to be scheduled at all; the timer code
should just be executed in-line where the old timers were scheduled.

-- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/