K 10 svn:author V 4 jeff K 8 svn:date V 27 2004-02-01T02:48:36.000000Z K 7 svn:log V 419 - Add a new member to struct kseq called ksq_sysload. This is intended to track the load for the sched_load() function. In the SMP case this member is not defined because it would be redundant with the ksg_load member which already tracks the non ithd load. - For sched_load() in the UP case simply return ksq_sysload. In the SMP case traverse the list of kseq groups and sum up their ksg_load fields. END