diff --git a/[refs] b/[refs] index a6c6cfa36f10..3d9f6f3a6877 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2ee9dbfad14ba8e34a589d552ddc67300a26bec +refs/heads/master: d1db4ec86c7b1bf5b44d2ed3bf84a4bb53c33b1c diff --git a/trunk/arch/x86_64/mm/numa.c b/trunk/arch/x86_64/mm/numa.c index 6ef9f9a76235..22e51beee8d3 100644 --- a/trunk/arch/x86_64/mm/numa.c +++ b/trunk/arch/x86_64/mm/numa.c @@ -351,7 +351,7 @@ void __init init_cpu_to_node(void) continue; if (apicid_to_node[apicid] == NUMA_NO_NODE) continue; - cpu_to_node[i] = apicid_to_node[apicid]; + numa_set_node(i,apicid_to_node[apicid]); } }