allocate_aligned_pages(): take user set NUMA policy into account

This commit is contained in:
Balazs Gerofi
2016-12-13 17:51:39 +09:00
parent 7ace35d737
commit df9f1f8f78
3 changed files with 96 additions and 18 deletions

View File

@ -23,7 +23,7 @@
extern int num_processors;
struct cpu_local_var *clv;
static int cpu_local_var_initialized = 0;
int cpu_local_var_initialized = 0;
void cpu_local_var_init(void)
{