From: Jan Kiszka Date: Sun, 26 Sep 2010 11:00:53 +0000 (+0200) Subject: KVM: x86: Fix constant type in kvm_get_time_scale X-Git-Tag: v2.6.37-rc1~142^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50933623e50d8730cc1a65853c153b3b4c93b629;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed