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)
Fri, Apr 19, 3:59 AM
Unknown Object (File)
Wed, Apr 17, 6:03 AM
Unknown Object (File)
Wed, Apr 17, 4:37 AM
Unknown Object (File)
Tue, Apr 16, 12:33 PM
Unknown Object (File)
Thu, Mar 28, 4:21 PM
Unknown Object (File)
Dec 21 2023, 11:18 PM
Unknown Object (File)
Dec 20 2023, 2:23 AM
Unknown Object (File)
Dec 12 2023, 12:12 AM
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.