KVM: Convert kvm_lock back to non-raw spinlock
[firefly-linux-kernel-4.4.55.git] / include / linux / kvm_host.h
index dbbd782152048d5c4f199d486dbc24da51756cae..97e39fc020204aa7a28291ac0ef0c045c7e228f2 100644 (file)
@@ -133,7 +133,7 @@ struct kvm;
 struct kvm_vcpu;
 extern struct kmem_cache *kvm_vcpu_cache;
 
-extern raw_spinlock_t kvm_lock;
+extern spinlock_t kvm_lock;
 extern struct list_head vm_list;
 
 struct kvm_io_range {