X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcpu.h;h=5925e83d9794331921744f48e493b6df6fc16e8e;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=2c3d97fc570c513fc98d759b4db9b9cbd7ddd08f;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 2c3d97fc5..5925e83d9 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -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; };