VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / linux / cpu.h
index 2c3d97f..5925e83 100644 (file)
@@ -27,6 +27,7 @@
 
 struct cpu {
        int node_id;            /* The node which contains the CPU */
+       int no_control;         /* Should the sysfs control file be created? */
        struct sys_device sysdev;
 };