vserver 1.9.3
[linux-2.6.git] / include / linux / node.h
index 6b8d64c..6e0a697 100644 (file)
@@ -23,7 +23,6 @@
 #include <linux/cpumask.h>
 
 struct node {
-       cpumask_t cpumap;       /* Bitmap of CPUs on the Node */
        struct sys_device       sysdev;
 };