|
@@ -60,7 +60,7 @@ int node_to_pxm(int node)
|
|
|
return node_to_pxm_map[node];
|
|
|
}
|
|
|
|
|
|
-void __acpi_map_pxm_to_node(int pxm, int node)
|
|
|
+static void __acpi_map_pxm_to_node(int pxm, int node)
|
|
|
{
|
|
|
if (pxm_to_node_map[pxm] == NUMA_NO_NODE || node < pxm_to_node_map[pxm])
|
|
|
pxm_to_node_map[pxm] = node;
|
|
@@ -314,7 +314,7 @@ int __init acpi_numa_init(void)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int acpi_get_pxm(acpi_handle h)
|
|
|
+static int acpi_get_pxm(acpi_handle h)
|
|
|
{
|
|
|
unsigned long long pxm;
|
|
|
acpi_status status;
|