commit | 217fc9cfca21a0bc2f4246183ebd8ee9863b019d | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Aug 26 13:38:03 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:43 2010 +0200 |
tree | 905be9d9db39e189ecf7221d520646cf18b7b4b4 | |
parent | 34d1f4905eb66478a890ea808ec58bc842e6e589 [diff] |
KVM: Fix build error due to 64-bit division in nsec_to_cycles() Use do_div() instead. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>