KVM: Convert kvm_lock to raw_spinlock
[linux-2.6-block.git] / arch / x86 / include / asm / kvm_host.h
index ffd7f8d2918749a8f0a7f6cc4d6467c2fc139e25..a58aebef5188557105062918eb849181da7f58fd 100644 (file)
@@ -85,7 +85,7 @@
 
 #define ASYNC_PF_PER_VCPU 64
 
-extern spinlock_t kvm_lock;
+extern raw_spinlock_t kvm_lock;
 extern struct list_head vm_list;
 
 struct kvm_vcpu;