aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 4b81fc5f7731..dc5ea65dc716 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1176,6 +1176,7 @@ struct task_struct {
1176 * The buffer to hold the BTS data. 1176 * The buffer to hold the BTS data.
1177 */ 1177 */
1178 void *bts_buffer; 1178 void *bts_buffer;
1179 size_t bts_size;
1179#endif /* CONFIG_X86_PTRACE_BTS */ 1180#endif /* CONFIG_X86_PTRACE_BTS */
1180 1181
1181 /* PID/PID hash table linkage. */ 1182 /* PID/PID hash table linkage. */