git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45bf21a
)
KVM: x86: Drop vm_init_tsc
author
Zachary Amsden
<zamsden@redhat.com>
Fri, 20 Aug 2010 08:07:15 +0000
(22:07 -1000)
committer
Avi Kivity
<avi@redhat.com>
Sun, 24 Oct 2010 08:51:21 +0000
(10:51 +0200)
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 <zamsden@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found