Page MenuHomeFreeBSD

x86: Defer TSC timecounter calibration
ClosedPublic

Authored by markj on Mar 4 2022, 6:27 PM.
Tags
None
Referenced Files
F102951786: D34444.diff
Tue, Nov 19, 3:16 AM
Unknown Object (File)
Sat, Nov 16, 10:15 PM
Unknown Object (File)
Oct 15 2024, 8:11 AM
Unknown Object (File)
Oct 1 2024, 6:24 PM
Unknown Object (File)
Sep 18 2024, 12:01 PM
Unknown Object (File)
Sep 18 2024, 5:41 AM
Unknown Object (File)
Sep 17 2024, 8:29 PM
Unknown Object (File)
Sep 16 2024, 9:17 PM

Details

Summary

If we can't determine the TSC frequency using CPU registers, we need to
give a chance for hyperv to register a timecounter since an emulated
8254 might not be available.

Fixes: 84369dd52369 ("x86: Probe the TSC frequency earlier")
Reported by: khng, Shawn Webb

Diff Detail

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

Event Timeline

markj requested review of this revision.Mar 4 2022, 6:27 PM
khng added a subscriber: khng.

Works on the 10.0.20348.524 Hyper-V hypervisor, with AMD Epyc 7443 CPU.

This revision is now accepted and ready to land.Mar 4 2022, 6:42 PM
rpokala added inline comments.
sys/x86/x86/tsc.c
269

"a chance to a"

I think you're missing a verb...?

markj marked an inline comment as done.

Fix a typo.

This revision now requires review to proceed.Mar 4 2022, 7:08 PM
This revision is now accepted and ready to land.Mar 4 2022, 8:50 PM