]> bbs.cooldavid.org Git - net-next-2.6.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)
commit50933623e50d8730cc1a65853c153b3b4c93b629
treef01681ef1e210a610638eef69f4f16f7400e216f
parent07d6f555d536aad1d74bb8b41dae9385007ecc26
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