From d115b1e78f0b26eeef8ff2601a66c4ba5297d839 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Fri, 5 Apr 2013 19:20:30 +0000 Subject: [PATCH] --- yaml --- r: 373028 b: refs/heads/master c: fc1b74925f87f6aca5432eb73f6a57eff30afde7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/kvm_host.h | 3 --- trunk/include/linux/kvm_host.h | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index ceb436a67cf3..f273d358009e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a63cb56061239372fce2452dbedd35c95bd665aa +refs/heads/master: fc1b74925f87f6aca5432eb73f6a57eff30afde7 diff --git a/trunk/arch/x86/include/asm/kvm_host.h b/trunk/arch/x86/include/asm/kvm_host.h index 3dd84c996d56..628163c0c6e4 100644 --- a/trunk/arch/x86/include/asm/kvm_host.h +++ b/trunk/arch/x86/include/asm/kvm_host.h @@ -94,9 +94,6 @@ #define ASYNC_PF_PER_VCPU 64 -extern raw_spinlock_t kvm_lock; -extern struct list_head vm_list; - struct kvm_vcpu; struct kvm; struct kvm_async_pf; diff --git a/trunk/include/linux/kvm_host.h b/trunk/include/linux/kvm_host.h index 1c0be23f874d..71fed38c7200 100644 --- a/trunk/include/linux/kvm_host.h +++ b/trunk/include/linux/kvm_host.h @@ -135,6 +135,9 @@ struct kvm; struct kvm_vcpu; extern struct kmem_cache *kvm_vcpu_cache; +extern raw_spinlock_t kvm_lock; +extern struct list_head vm_list; + struct kvm_io_range { gpa_t addr; int len;