Page MenuHomeFreeBSD

Fix variable name: freq_khz -> freq
ClosedPublic

Authored by cperciva on Dec 30 2021, 7:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 23, 8:15 PM
Unknown Object (File)
Sun, Mar 22, 6:40 PM
Unknown Object (File)
Fri, Mar 20, 8:47 AM
Unknown Object (File)
Fri, Mar 20, 8:39 AM
Unknown Object (File)
Tue, Mar 17, 10:09 AM
Unknown Object (File)
Tue, Mar 10, 5:44 PM
Unknown Object (File)
Mar 2 2026, 9:04 AM
Unknown Object (File)
Feb 28 2026, 4:34 PM
Subscribers

Details

Summary

An earlier version of this code computed the TSC frequency in kHz.
When the code was changed to compute the frequency more
accurately, the variable name was not updated.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cperciva created this revision.
cperciva retitled this revision from Fix varible name: freq_khz -> freq to Fix variable name: freq_khz -> freq.

Oops, thanks. I remember noticing this and thought I had fixed it...

This revision is now accepted and ready to land.Dec 30 2021, 1:58 PM
This revision was automatically updated to reflect the committed changes.