mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
tsc: Fix comment.
We do the calibration in tsc_calibrate(), not tsc_calib(). Sponsored by: Netflix
This commit is contained in:
parent
e1a6d93155
commit
ddcd3b606c
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ probe_tsc_freq_late(void)
|
|||
} else {
|
||||
/*
|
||||
* Calibrate against a timecounter or the 8254 PIT. This
|
||||
* estimate will be refined later in tsc_calib().
|
||||
* estimate will be refined later in tsc_calibrate().
|
||||
*/
|
||||
tsc_freq_tc(&tsc_freq);
|
||||
if (bootverbose)
|
||||
|
|
|
|||
Loading…
Reference in a new issue