diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-15 19:49:39 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-01-15 19:49:39 +0300 |
commit | 171b5682aa8597174e80ec4128c87538103f2213 (patch) | |
tree | 6403f67fb111d1cae2b8eca48ab2b3e8fd161aaf /arch/powerpc/include | |
parent | 45bdbcfdf241149642fb6c25ab0c209d59c371b7 (diff) | |
parent | b4d7f161feb3015d6306e1d35b565c888ff70c9d (diff) | |
download | linux-171b5682aa8597174e80ec4128c87538103f2213.tar.xz |
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index 271fefbbe521..9d08d8cbed1a 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h @@ -38,8 +38,7 @@ #define KVM_MAX_VCPUS NR_CPUS #define KVM_MAX_VCORES NR_CPUS -#define KVM_USER_MEM_SLOTS 32 -#define KVM_MEM_SLOTS_NUM KVM_USER_MEM_SLOTS +#define KVM_USER_MEM_SLOTS 512 #ifdef CONFIG_KVM_MMIO #define KVM_COALESCED_MMIO_PAGE_OFFSET 1 |