aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--virt/kvm/kvm_main.c2
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);
80LIST_HEAD(vm_list); 80LIST_HEAD(vm_list);
81 81
82static cpumask_var_t cpus_hardware_enabled; 82static cpumask_var_t cpus_hardware_enabled;
83static int kvm_usage_count = 0; 83static int kvm_usage_count;
84static atomic_t hardware_enable_failed; 84static atomic_t hardware_enable_failed;
85 85
86struct kmem_cache *kvm_vcpu_cache; 86struct kmem_cache *kvm_vcpu_cache;