Introduce a helper to fetch the TSC frequency from CPUID when running
under Xen.
Sponsored by: Citrix Systems R&D
Differential D34581
x86/tsc: fetch frequency from CPUID when running on Xen royger on Mar 16 2022, 4:42 PM. Authored by Tags None Referenced Files
Details Introduce a helper to fetch the TSC frequency from CPUID when running Sponsored by: Citrix Systems R&D
Diff Detail
Event Timeline
Comment Actions This needs to be rebased on top of 075e2779aca7cbd8f201ce0e1bb60318d0cbd8b8 .
Comment Actions
Comment Actions It might be better to pull tsc_init() call out of the hook implementation, now that all of them call it anyway. |