allocate_aligned_pages_node(): debug msg format
This commit is contained in:
@@ -541,8 +541,13 @@ static void *mckernel_allocate_aligned_pages_node(int npages, int p2align,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pa)
|
if (pa) {
|
||||||
return phys_to_virt(pa);
|
return phys_to_virt(pa);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
dkprintf("%s: couldn't fulfill user policy for %d pages\n",
|
||||||
|
__FUNCTION__, npages);
|
||||||
|
}
|
||||||
|
|
||||||
distance_based:
|
distance_based:
|
||||||
node = ihk_mc_get_numa_id();
|
node = ihk_mc_get_numa_id();
|
||||||
|
|||||||
Reference in New Issue
Block a user