K 10 svn:author V 6 julian K 8 svn:date V 27 2007-03-08T06:44:34.000000Z K 7 svn:log V 266 Instead of doing comparisons using the pcpu area to see if a thread is an idle thread, just see if it has the IDLETD flag set. That flag will probably move to the pflags word as it's permenent and never chenges for the life of the system so it doesn't need locking. END