On Mon, Jan 08, 2007 at 10:34:15AM +1100, Jeremy Kerr wrote: > > + struct list_head rq[MAX_PRIO]; > > Can we call this 'runq' instead? > > > + struct mutex mutex; > > and this one 'runq_mutex' ? I know it also protects the bitfield, but > that's really part of the run queue system. Makes sense, I'll do these changes.