kernel/arch/alpha/include/asm/topology.h
.. .. @@ -4,6 +4,7 @@ 4 4 5 5 #include <linux/smp.h> 6 6 #include <linux/threads.h> 7 +#include <linux/numa.h>7 8 #include <asm/machvec.h> 8 9 9 10 #ifdef CONFIG_NUMA .. .. @@ -29,7 +30,7 @@ 29 30 { 30 31 int cpu; 31 32 32 - if (node == -1)33 + if (node == NUMA_NO_NODE)33 34 return cpu_all_mask; 34 35 35 36 cpumask_clear(&node_to_cpumask_map[node]);