K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-10-04T22:33:31.000000Z K 7 svn:log V 299 Remove the SSLEEP case from the load average computation. This has been a no-op for as long as our CVS history goes back. Processes in state SSLEEP could only be counted if p_slptime == 0, but immediately before loadav() is called, schedcpu() has just incremented p_slptime on all SSLEEP processes. END