Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144011
b: refs/heads/master
c: 888d256
h: refs/heads/master
i:
  144009: e8b4fb6
  144007: f76e724
v: v3
  • Loading branch information
Jan Kiszka authored and Avi Kivity committed Apr 22, 2009
1 parent cd2367c commit 0f820da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f1ea208968f021943d4103ba59e06bb6d8239cb
refs/heads/master: 888d256e9c565cb61505bd218eb37c81fe77a325
3 changes: 3 additions & 0 deletions trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -2775,6 +2775,9 @@ int kvm_arch_init(void *opaque)

void kvm_arch_exit(void)
{
if (!boot_cpu_has(X86_FEATURE_CONSTANT_TSC))
cpufreq_unregister_notifier(&kvmclock_cpufreq_notifier_block,
CPUFREQ_TRANSITION_NOTIFIER);
kvm_x86_ops = NULL;
kvm_mmu_module_exit();
}
Expand Down

0 comments on commit 0f820da

Please sign in to comment.