commit | 50933623e50d8730cc1a65853c153b3b4c93b629 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sun Sep 26 13:00:53 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:53:08 2010 +0200 |
tree | f01681ef1e210a610638eef69f4f16f7400e216f | |
parent | 07d6f555d536aad1d74bb8b41dae9385007ecc26 [diff] |
KVM: x86: Fix constant type in kvm_get_time_scale Older gcc versions complain about the improper type (for x86-32), 4.5 seems to fix this silently. However, we should better use the right type initially. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>