From: Paolo Bonzini Date: Wed, 15 Jan 2014 17:07:31 +0000 (+0100) Subject: KVM: remove useless write to vcpu->hv_clock.tsc_timestamp X-Git-Tag: v3.14-rc1~127^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aab6d7ce37cf20753a336dc74473cf8a8aefa7c0;p=pandora-kernel.git KVM: remove useless write to vcpu->hv_clock.tsc_timestamp After the previous patch from Marcelo, the comment before this write became obsolete. In fact, the write is unnecessary. The calls to kvm_write_tsc ultimately result in a master clock update as soon as all TSCs agree and the master clock is re-enabled. This master clock update will rewrite tsc_timestamp. So, together with the comment, delete the dead write too. Reviewed-by: Marcelo Tosatti Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed