diff options
-rw-r--r-- | virt/kvm/kvm_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c index 4146d01319d0..7d2c2ac3cb8a 100644 --- a/virt/kvm/kvm_main.c +++ b/virt/kvm/kvm_main.c | |||
@@ -80,7 +80,7 @@ static DEFINE_RAW_SPINLOCK(kvm_count_lock); | |||
80 | LIST_HEAD(vm_list); | 80 | LIST_HEAD(vm_list); |
81 | 81 | ||
82 | static cpumask_var_t cpus_hardware_enabled; | 82 | static cpumask_var_t cpus_hardware_enabled; |
83 | static int kvm_usage_count = 0; | 83 | static int kvm_usage_count; |
84 | static atomic_t hardware_enable_failed; | 84 | static atomic_t hardware_enable_failed; |
85 | 85 | ||
86 | struct kmem_cache *kvm_vcpu_cache; | 86 | struct kmem_cache *kvm_vcpu_cache; |