CVS commit: src/sys/kern
"YAMAMOTO Takashi" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamt Date: Sun Mar 15 04:18:28 UTC 2026 Modified Files: src/sys/kern: kern_cpu.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/kern/kern_cpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.