|
@@ -201,7 +201,7 @@ static void __init alloc_node_data(int nid)
|
|
nd_pa = __memblock_alloc_base(nd_size, SMP_CACHE_BYTES,
|
|
nd_pa = __memblock_alloc_base(nd_size, SMP_CACHE_BYTES,
|
|
MEMBLOCK_ALLOC_ACCESSIBLE);
|
|
MEMBLOCK_ALLOC_ACCESSIBLE);
|
|
if (!nd_pa) {
|
|
if (!nd_pa) {
|
|
- pr_err("Cannot find %zu bytes in node %d\n",
|
|
|
|
|
|
+ pr_err("Cannot find %zu bytes in any node (initial node: %d)\n",
|
|
nd_size, nid);
|
|
nd_size, nid);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
@@ -225,7 +225,7 @@ static void __init alloc_node_data(int nid)
|
|
* numa_cleanup_meminfo - Cleanup a numa_meminfo
|
|
* numa_cleanup_meminfo - Cleanup a numa_meminfo
|
|
* @mi: numa_meminfo to clean up
|
|
* @mi: numa_meminfo to clean up
|
|
*
|
|
*
|
|
- * Sanitize @mi by merging and removing unncessary memblks. Also check for
|
|
|
|
|
|
+ * Sanitize @mi by merging and removing unnecessary memblks. Also check for
|
|
* conflicts and clear unused memblks.
|
|
* conflicts and clear unused memblks.
|
|
*
|
|
*
|
|
* RETURNS:
|
|
* RETURNS:
|