]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/cpu.h
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
[linux-2.6-omap-h63xx.git] / include / linux / cpu.h
index bf00ce6ecadfe076199355f00d992e65423ceb2e..bfb520212d7109eafb9811d9df5f827dc0a9b5f6 100644 (file)
@@ -28,7 +28,7 @@
 
 struct cpu {
        int node_id;            /* The node which contains the CPU */
-       int no_control;         /* Should the sysfs control file be created? */
+       int hotpluggable;       /* creates sysfs control file if hotpluggable */
        struct sys_device sysdev;
 };