]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Fix constant type in kvm_get_time_scale
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 26 Sep 2010 11:00:53 +0000 (13:00 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:53:08 +0000 (10:53 +0200)
commit9d20a67a92b4813bcef2d11e823fbc03fa9ca193
treef01681ef1e210a610638eef69f4f16f7400e216f
parentb0bfd8a9a85fc6edb680f399b44ff4ebfe60f055
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>
arch/x86/kvm/x86.c