From: Avi Kivity Date: Thu, 26 Jul 2012 15:01:50 +0000 (+0300) Subject: KVM: Remove internal timer abstraction X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d90d472da97e1b1560bffb89578ba082c88a69;p=pandora-kernel.git KVM: Remove internal timer abstraction kvm_timer_fn(), the sole inhabitant of timer.c, is only used by lapic.c. Move it there to make it easier to hack on it. struct kvm_timer is a thin wrapper around hrtimer, and only adds obfuscation. Move near its two users (with different names) to prepare for simplification. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed