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 Sep 30 16:28:45 UTC 2008

Modified Files:
        src/sys/kern: kern_runq.c sys_pset.c

Log Message:
- Schedule bound threads even if CPU is offline.  Might be revisited later,
  when decision what to do with already bound threads will be made.
- Do not allow to assign offline CPU to the processor-set.

Quick fix for PR/39349.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/kern/kern_runq.c
cvs rdiff -r1.8 -r1.9 src/sys/kern/sys_pset.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