Re: More PCI races...

From: Andi Kleen (ak@suse.de)
Date: Tue Jun 20 2000 - 19:33:45 EST


On Tue, Jun 20, 2000 at 02:51:57PM -0700, David Hinds wrote:
> For my purposes, I wouldn't need the filesystem hooks that Jeff talks
> about; all I need are the basic scheduling features.

You could just queue a task in the tq_scheduler task queue. When it sleeps
schedule() will be reentered (harmless in this case). Of course you need
to make sure that you do not have too many events that sleep, otherwise it
would recurse until the stack is full.

-Andi

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



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:21 EST