From f1d237c88832719aa84cc9549be5a85350ffa091 Mon Sep 17 00:00:00 2001 From: Wen Congyang Date: Fri, 22 Feb 2013 15:11:47 -0800 Subject: [PATCH] --- yaml --- r: 359111 b: refs/heads/master c: 942670d0dc41b5fe9b735c31ca9234d80729bf7e h: refs/heads/master i: 359109: 108056e889be0ece3ae5887d23b75408085ff14c 359107: 8790ac21d23c9a47c96c0ec01b89dc9c00c45902 359103: b555320ed9e4c1e43d23fbf5462f43b31c255b2f v: v3 --- [refs] | 2 +- trunk/arch/x86/mm/numa.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8daa10d8dcb8..ac3af91270da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fb834c7acc5e140cf4f9e86da93a66de8c0514da +refs/heads/master: 942670d0dc41b5fe9b735c31ca9234d80729bf7e diff --git a/trunk/arch/x86/mm/numa.c b/trunk/arch/x86/mm/numa.c index 2d125be1bae9..21d02f0d7a2c 100644 --- a/trunk/arch/x86/mm/numa.c +++ b/trunk/arch/x86/mm/numa.c @@ -97,8 +97,7 @@ void __cpuinit numa_set_node(int cpu, int node) #endif per_cpu(x86_cpu_to_node_map, cpu) = node; - if (node != NUMA_NO_NODE) - set_cpu_numa_node(cpu, node); + set_cpu_numa_node(cpu, node); } void __cpuinit numa_clear_node(int cpu)