diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2012-12-10 10:33:15 -0700 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-12-13 23:21:58 -0200 |
commit | 0743247fbf0c4a27185b2aa1fdda91d0745dfed1 (patch) | |
tree | 7482acb31f01e40a52c3e285ac381c906fa602a9 /arch/s390/include/asm/kvm_host.h | |
parent | bbacc0c111c3c5d1f3192b8cc1642b9c3954f80d (diff) | |
download | op-kernel-dev-0743247fbf0c4a27185b2aa1fdda91d0745dfed1.zip op-kernel-dev-0743247fbf0c4a27185b2aa1fdda91d0745dfed1.tar.gz |
KVM: Make KVM_PRIVATE_MEM_SLOTS optional
Seems like everyone copied x86 and defined 4 private memory slots
that never actually get used. Even x86 only uses 3 of the 4. These
aren't exposed so there's no need to add padding.
Reviewed-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/s390/include/asm/kvm_host.h')
-rw-r--r-- | arch/s390/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/kvm_host.h b/arch/s390/include/asm/kvm_host.h index ac33432..711c5ab 100644 --- a/arch/s390/include/asm/kvm_host.h +++ b/arch/s390/include/asm/kvm_host.h @@ -21,8 +21,6 @@ #define KVM_MAX_VCPUS 64 #define KVM_USER_MEM_SLOTS 32 -/* memory slots that does not exposed to userspace */ -#define KVM_PRIVATE_MEM_SLOTS 4 struct sca_entry { atomic_t scn; |