mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
mmap: fix name of hugepage allocator
This commit is contained in:
parent
9aab0118cd
commit
d919a76dd7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ struct memory_type memory_mmap = {
|
|||
};
|
||||
|
||||
struct memory_type memory_mmap_hugetlb = {
|
||||
.name = "mmap",
|
||||
.name = "mmap_hugetlb",
|
||||
.flags = (int) MemoryFlags::MMAP | (int) MemoryFlags::HUGEPAGE,
|
||||
.alignment = 21, /* 2 MiB hugepage */
|
||||
.alloc = memory_mmap_alloc,
|
||||
|
|
Loading…
Add table
Reference in a new issue