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.

