diff options
Diffstat (limited to 'svm/svmtool.c')
-rw-r--r-- | svm/svmtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svm/svmtool.c b/svm/svmtool.c index 2e55a0873e3..b319551425c 100644 --- a/svm/svmtool.c +++ b/svm/svmtool.c @@ -247,7 +247,7 @@ svm_existing_region_map_nolock (void *root_arg, svm_map_region_args_t * a) void *oldheap; uword *p; - a->size += MMAP_PAGESIZE + + a->size += MMAP_PAGESIZE + (a->pvt_heap_size ? a->pvt_heap_size : SVM_PVT_MHEAP_SIZE); a->size = rnd_pagesize (a->size); |