ihk_mc_alloc_aligned_pages_node(): support for explicit indication of target NUMA node

This commit is contained in:
Balazs Gerofi
2016-12-30 19:03:37 +09:00
parent 47a8b5bda5
commit 00f3fe0840
3 changed files with 31 additions and 38 deletions

View File

@ -19,7 +19,6 @@
#include <memory.h>
#include <bitops.h>
void *allocate_pages(int npages, enum ihk_mc_ap_flag flag);
void free_pages(void *, int npages);
#define MAP_INDEX(n) ((n) >> 6)