X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fcpu.h;h=bfb520212d7109eafb9811d9df5f827dc0a9b5f6;hb=57e1c5c87db512629dd44ddeb882a5aaf0e4299e;hp=bf00ce6ecadfe076199355f00d992e65423ceb2e;hpb=f7dff2b12654149c9cac8d8c79b6588759edd5a9;p=~andy%2Flinux diff --git a/include/linux/cpu.h b/include/linux/cpu.h index bf00ce6ecad..bfb520212d7 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -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; };