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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 52b8cd049c2e..451186a22ef5 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1205,13 +1205,11 @@ struct task_struct {
1205 struct list_head ptraced; 1205 struct list_head ptraced;
1206 struct list_head ptrace_entry; 1206 struct list_head ptrace_entry;
1207 1207
1208#ifdef CONFIG_X86_PTRACE_BTS
1209 /* 1208 /*
1210 * This is the tracer handle for the ptrace BTS extension. 1209 * This is the tracer handle for the ptrace BTS extension.
1211 * This field actually belongs to the ptracer task. 1210 * This field actually belongs to the ptracer task.
1212 */ 1211 */
1213 struct bts_context *bts; 1212 struct bts_context *bts;
1214#endif /* CONFIG_X86_PTRACE_BTS */
1215 1213
1216 /* PID/PID hash table linkage. */ 1214 /* PID/PID hash table linkage. */
1217 struct pid_link pids[PIDTYPE_MAX]; 1215 struct pid_link pids[PIDTYPE_MAX];