]> git.hungrycats.org Git - linux/commitdiff
[PATCH] ia64: CONFIG_NUMA build fix
authorJunichi Nomura <j-nomura@ce.jp.nec.com>
Tue, 4 Mar 2003 03:59:32 +0000 (19:59 -0800)
committerDavid Mosberger <davidm@tiger.hpl.hp.com>
Tue, 4 Mar 2003 03:59:32 +0000 (19:59 -0800)
I had to apply the patch below to build with CONFIG_NUMA.

include/asm-ia64/topology.h

index b154e116980e2063bbd24e02225e879acc5ded1a..bedeca6077e21aac5770b0a60e4ee38614224d2a 100644 (file)
@@ -26,7 +26,7 @@
 /*
  * Returns a bitmask of CPUs on Node 'node'.
  */
-#define node_to_cpumask(node) (node_to_cpumask[node])
+#define node_to_cpumask(node) (node_to_cpu_mask[node])
 
 #else
 #define cpu_to_node(cpu) (0)