From: Zachary Amsden Date: Fri, 20 Aug 2010 08:07:15 +0000 (-1000) Subject: KVM: x86: Drop vm_init_tsc X-Git-Tag: v2.6.37-rc1~142^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae38436b78a8abff767e2ac10e2cd663a7eef476;p=pandora-kernel.git KVM: x86: Drop vm_init_tsc This is used only by the VMX code, and is not done properly; if the TSC is indeed backwards, it is out of sync, and will need proper handling in the logic at each and every CPU change. For now, drop this test during init as misguided. Signed-off-by: Zachary Amsden Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed