]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/topology.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / asm-x86_64 / topology.h
index c642f5d9882df400e91b3f1fdf7ba3ff966c54bf..80c4e44d011ca2f58c02e4a3c42b18d119c5d7b3 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _ASM_X86_64_TOPOLOGY_H
 #define _ASM_X86_64_TOPOLOGY_H
 
-#include <linux/config.h>
 
 #ifdef CONFIG_NUMA
 
@@ -68,4 +67,6 @@ extern int __node_distance(int, int);
 
 #include <asm-generic/topology.h>
 
+extern cpumask_t cpu_coregroup_map(int cpu);
+
 #endif