summaryrefslogtreecommitdiff
path: root/kvm_host.h
diff options
context:
space:
mode:
authorBryan Cantrill <bryan@joyent.com>2011-08-02 15:55:47 -0700
committerBryan Cantrill <bryan@joyent.com>2011-08-02 15:55:47 -0700
commit62b8ef8a4aa3e8654c348075846de8cdbefcb7f2 (patch)
tree7da2e51353c69e48787b6007ace08e2cf92a3f24 /kvm_host.h
parent42706f289f82a54242eeb1116c945b223bf5bfad (diff)
downloadillumos-kvm-62b8ef8a4aa3e8654c348075846de8cdbefcb7f2.tar.gz
HVM-206 need to eliminate "mm" field from kvm structure
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 */