[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 02/47] x86/tsc: Add a standalone helpers for getting TSC info from CPUID.0x15



On Fri, May 29 2026 at 07:43, Sean Christopherson wrote:
>               cpuid(CPUID_LEAF_FREQ, &eax_base_mhz, &ebx, &ecx, &edx);
> -             crystal_khz = eax_base_mhz * 1000 *
> -                     eax_denominator / ebx_numerator;
> +             info.crystal_khz = eax_base_mhz * 1000 *
> +                     info.denominator / info.numerator;

Please get rid of this ugly line break. You have 100 characters.




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.