CVS commit: src/sys/dev/mvme
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Fri Apr 24 12:33:41 UTC 2026 Modified Files: src/sys/dev/mvme: osiop_pcctwo.c Log Message: Fix previous; the old cpuspeed was in MHz by the end of cpu_startup(), not MHz*10 (despite being MHz*10 earlier in startup). Also, don't const-fold by hand; let the compiler do it so that it's more obvious what is going on. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/mvme/osiop_pcctwo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.