diff options
Diffstat (limited to 'include/linux/taskstats.h')
-rw-r--r-- | include/linux/taskstats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/taskstats.h b/include/linux/taskstats.h index c6aeca32348e..f1cb6cddd19d 100644 --- a/include/linux/taskstats.h +++ b/include/linux/taskstats.h | |||
@@ -91,8 +91,6 @@ struct taskstats { | |||
91 | }; | 91 | }; |
92 | 92 | ||
93 | 93 | ||
94 | #define TASKSTATS_LISTEN_GROUP 0x1 | ||
95 | |||
96 | /* | 94 | /* |
97 | * Commands sent from userspace | 95 | * Commands sent from userspace |
98 | * Not versioned. New commands should only be inserted at the enum's end | 96 | * Not versioned. New commands should only be inserted at the enum's end |
@@ -124,6 +122,8 @@ enum { | |||
124 | TASKSTATS_CMD_ATTR_UNSPEC = 0, | 122 | TASKSTATS_CMD_ATTR_UNSPEC = 0, |
125 | TASKSTATS_CMD_ATTR_PID, | 123 | TASKSTATS_CMD_ATTR_PID, |
126 | TASKSTATS_CMD_ATTR_TGID, | 124 | TASKSTATS_CMD_ATTR_TGID, |
125 | TASKSTATS_CMD_ATTR_REGISTER_CPUMASK, | ||
126 | TASKSTATS_CMD_ATTR_DEREGISTER_CPUMASK, | ||
127 | __TASKSTATS_CMD_ATTR_MAX, | 127 | __TASKSTATS_CMD_ATTR_MAX, |
128 | }; | 128 | }; |
129 | 129 | ||