On Thu, Jan 11, 2001 at 05:55:42PM +0100, Manuel Bouyer wrote:
> Couldn't the job be done in the idle loop, just as we zero free pages ?
No, the idle loop has no thread context. Thread context is required
to do what the reaper does, as the work requires acquiring sleep locks.
--
-- Jason R. Thorpe <thorpej@zembu.com>