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:           Sun Nov  4 11:43:08 UTC 2007

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

Log Message:
- Migrate all threads when the state of CPU is changed to offline;
- Fix inverted logic with r_mcount in M2;
- setrunnable: perform sched_takecpu() when making the LWP runnable;
- setrunnable: l_mutex cannot be spc_mutex here;

This makes cpuctl(8) work with SCHED_M2.

OK by <ad>.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/kern/kern_cpu.c
cvs rdiff -r1.202 -r1.203 src/sys/kern/kern_synch.c
cvs rdiff -r1.6 -r1.7 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