From: Jan Kiszka Date: Wed, 14 Sep 2011 07:58:32 +0000 (+0200) Subject: KVM: x86: Simplify kvm timer handler X-Git-Tag: v3.3-rc1~131^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2e5260f5a17d37be3e3c83aca2f335b9bf3893;p=pandora-kernel.git KVM: x86: Simplify kvm timer handler The vcpu reference of a kvm_timer can't become NULL while the timer is valid, so drop this redundant test. This also makes it pointless to carry a separate __kvm_timer_fn, fold it into kvm_timer_fn. Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed