• A
    x86: Print the hypervisor returned tsc_khz during boot · 6399c087
    Alok Kataria 提交于
    On an AMD-64 system the processor frequency that is printed during
    system boot, may be different than the tsc frequency that was
    returned by the hypervisor, due to the value returned from
    calibrate_cpu.
    
    For debugging timekeeping or other related issues it might be
    better to get the tsc_khz value returned by the hypervisor.
    
    The patch below now prints the tsc frequency that the VMware
    hypervisor returned.
    Signed-off-by: NAlok N Kataria <akataria@vmware.com>
    LKML-Reference: <1252095219.12518.13.camel@ank32.eng.vmware.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    6399c087
vmware.c 3.8 KB