Skip to content
Commit e93353c9 authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Avi Kivity
Browse files

x86: KVM guest: kvm_get_tsc_khz: return khz, not lpj



kvm_get_tsc_khz() currently returns the previously-calculated preset_lpj
value, but it is in loops-per-jiffy, not kHz. The current code works
correctly only when HZ=1000.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent ad218f85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment