diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 1fd8158ced89..be18620bd656 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -305,6 +305,7 @@ struct kvm_vm_stat { | |||
305 | 305 | ||
306 | struct kvm { | 306 | struct kvm { |
307 | struct mutex lock; /* protects everything except vcpus */ | 307 | struct mutex lock; /* protects everything except vcpus */ |
308 | struct mm_struct *mm; /* userspace tied to this vm */ | ||
308 | int naliases; | 309 | int naliases; |
309 | struct kvm_mem_alias aliases[KVM_ALIAS_SLOTS]; | 310 | struct kvm_mem_alias aliases[KVM_ALIAS_SLOTS]; |
310 | int nmemslots; | 311 | int nmemslots; |