X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fpalacios-vnet.c;h=4b2377241ec3c285fe2abbf20b344427551b8b05;hb=4ca005982593fbdd7f4204ec9805b5f86edf5155;hp=077eeda0b9777881b87d5531df0b4d88b078ace6;hpb=07223cf503e20ccd3f09754a614a1c107b018cd0;p=palacios.git diff --git a/linux_module/palacios-vnet.c b/linux_module/palacios-vnet.c index 077eeda..4b23772 100644 --- a/linux_module/palacios-vnet.c +++ b/linux_module/palacios-vnet.c @@ -140,10 +140,10 @@ host_del_timer(void * vnet_timer){ static void * -host_allocate_pages(int num_pages, unsigned int alignment) +host_allocate_pages(int num_pages, unsigned int alignment, int node_id, int constraint) { // allocates pages preferentially on the caller's node - return palacios_allocate_pages(num_pages, alignment, -1); + return palacios_allocate_pages(num_pages, alignment, node_id, constraint); }