Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/kern
Module Name: src
Committed By: martin
Date: Thu Apr 2 18:24:34 UTC 2026
Modified Files:
src/sys/kern [netbsd-11]: kern_cpu.c kern_runq.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #224):
sys/kern/kern_cpu.c: revision 1.101
sys/kern/kern_runq.c: revision 1.73
cpu_is_better: fix comparison
the current coding always return true.
this commit fixes it to return if the first one is better
than the other one, which i believe is the author's intention.
fix a regression in the
"partly prepare for more than 2-level CPU speed scheduler support"
change.
sched_catchlwp: fix an inverted conditional
fix a regression in the
"partly prepare for more than 2-level CPU speed scheduler support"
change.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.98.2.1 src/sys/kern/kern_cpu.c
cvs rdiff -u -r1.71 -r1.71.2.1 src/sys/kern/kern_runq.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