Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   rmind
Date:           Tue Mar 11 18:18:49 UTC 2008

Modified Files:
        src/sys/kern: sched_m2.c

Log Message:
- Perform periodical balancing of CPU-bound threads, which tends to
  never sleep.  Should fix PR/37245 by <yamt>.
- Fix a regression - dissalow catching of bound threads.  Also, allow
  migration of non-bound kthreads, this restriction seems pointless.
- Few micro-optimisations, misc.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/sys/kern/sched_m2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index