]> err.no Git - linux-2.6/blobdiff - include/asm-ia64/numa.h
Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[linux-2.6] / 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 */