Subject: Re: Moving scheduler semantics from cpu_switch() to kern_synch.c To: matthew green <mrg@eterna.com.au> From: Jason Thorpe <thorpej@shagadelic.org> List: tech-kern Date: 09/21/2006 09:40:26
On Sep 19, 2006, at 12:27 PM, matthew green wrote:
> why can't this just use sched_whichqs instead of a new member?
Because that's tied to the implementation of the run queue. The point
is to remove that knowledge from low-level code.
-- thorpej