mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
memory: fix broken mmap support on non x86 platforms
This commit is contained in:
parent
6d2990ade5
commit
a2aca1f6f7
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ int memory_mmap_init(int hugepages)
|
|||
}
|
||||
else
|
||||
memory_default = &memory_mmap_hugetlb;
|
||||
#else
|
||||
memory_default = &memory_mmap;
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Reference in a new issue