Commit 5e29fc75 authored by Junichi Nomura's avatar Junichi Nomura Committed by David Mosberger

[PATCH] ia64: CONFIG_NUMA build fix

I had to apply the patch below to build with CONFIG_NUMA.
parent ca446c5a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment