Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 17:12:20 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        FreeBSD current users <current@FreeBSD.ORG>
Subject:   ithread priority question...
Message-ID:  <Pine.BSF.4.21.0406201708410.23541-100000@InterJet.elischer.org>

next in thread | raw e-mail | index | archive | help

In swi_add, the priority is multiplied by PPQ.
This is a layering violation really because PPQ should only be known
within the scheduler.... but..... "Why multiply by PPQ inthe first
place?"  we are not using the system run queues for interrupt threads.

(PPQ = Priorities Per Queue).

Without this you can remove runq.h from proc.h  and include it only in
the scheduler related files. 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0406201708410.23541-100000>