]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/numa.h
[IA64] Minimize per_cpu reservations.
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / numa.h
index 7d5e2ccc37a079fb4fe2ffbd16d69c919c6610a5..3499ff57bf425db6544e9bf60f31a334d4aaa4a3 100644 (file)
 
 #include <asm/mmzone.h>
 
+#define NUMA_NO_NODE   -1
+
 extern u16 cpu_to_node_map[NR_CPUS] __cacheline_aligned;
 extern cpumask_t node_to_cpu_mask[MAX_NUMNODES] __cacheline_aligned;
+extern pg_data_t *pgdat_list[MAX_NUMNODES];
 
 /* Stuff below this line could be architecture independent */