diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kvm_host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index abad7f30771e..5a3581ceb036 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -313,6 +313,10 @@ struct kvm_irq_routing_table {}; | |||
| 313 | 313 | ||
| 314 | #endif | 314 | #endif |
| 315 | 315 | ||
| 316 | #ifndef KVM_PRIVATE_MEM_SLOTS | ||
| 317 | #define KVM_PRIVATE_MEM_SLOTS 0 | ||
| 318 | #endif | ||
| 319 | |||
| 316 | #ifndef KVM_MEM_SLOTS_NUM | 320 | #ifndef KVM_MEM_SLOTS_NUM |
| 317 | #define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS) | 321 | #define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS) |
| 318 | #endif | 322 | #endif |
