summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'kvm_host.h')
-rw-r--r--kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kvm_host.h b/kvm_host.h
index 3b16e4c..d285866 100644
--- a/kvm_host.h
+++ b/kvm_host.h
@@ -182,7 +182,6 @@ typedef struct kvm {
kmutex_t mmu_lock;
kmutex_t requests_lock;
kmutex_t slots_lock;
- struct as *mm; /* userspace tied to this vm */
struct kvm_memslots *memslots;
kmutex_t memslots_lock; /* linux uses rcu for this */
/* the following was a read-copy update mechanism */