cvs commit: src/sys/kern sched_4bsd.c

David Xu davidxu at FreeBSD.org
Fri Nov 7 19:03:18 PST 2003


davidxu     2003/11/07 19:03:17 PST

  FreeBSD src repository

  Modified files:
    sys/kern             sched_4bsd.c 
  Log:
  Return a reasonable number for top or ps to display for M:N thread,
  since there is no direct association between M:N thread and kse,
  sometimes, a thread does not have a kse, in that case, return a pctcpu
  from its last kse, it is not perfect, but gives a good number to be
  displayed.
  
  Revision  Changes    Path
  1.27      +2 -0      src/sys/kern/sched_4bsd.c


More information about the cvs-src mailing list