variable conversion fix
This commit is contained in:
@@ -210,7 +210,7 @@ void ihk_mc_unmap_virtual(void *va, int npages, int free_physical)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (free_physical)
|
if (free_physical)
|
||||||
ihk_pagealloc_free(vmap_allocator, va, npages);
|
ihk_pagealloc_free(vmap_allocator, (unsigned long)va, npages);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ATTACHED_MIC
|
#ifdef ATTACHED_MIC
|
||||||
|
|||||||
Reference in New Issue
Block a user