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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index dfea40574b2a..2a5b146fbaf9 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -99,7 +99,6 @@ struct futex_pi_state;
99struct robust_list_head; 99struct robust_list_head;
100struct bio_list; 100struct bio_list;
101struct fs_struct; 101struct fs_struct;
102struct bts_context;
103struct perf_event_context; 102struct perf_event_context;
104 103
105/* 104/*
@@ -1275,12 +1274,6 @@ struct task_struct {
1275 struct list_head ptraced; 1274 struct list_head ptraced;
1276 struct list_head ptrace_entry; 1275 struct list_head ptrace_entry;
1277 1276
1278 /*
1279 * This is the tracer handle for the ptrace BTS extension.
1280 * This field actually belongs to the ptracer task.
1281 */
1282 struct bts_context *bts;
1283
1284 /* PID/PID hash table linkage. */ 1277 /* PID/PID hash table linkage. */
1285 struct pid_link pids[PIDTYPE_MAX]; 1278 struct pid_link pids[PIDTYPE_MAX];
1286 struct list_head thread_group; 1279 struct list_head thread_group;
@@ -2127,10 +2120,8 @@ extern void set_task_comm(struct task_struct *tsk, char *from);
2127extern char *get_task_comm(char *to, struct task_struct *tsk); 2120extern char *get_task_comm(char *to, struct task_struct *tsk);
2128 2121
2129#ifdef CONFIG_SMP 2122#ifdef CONFIG_SMP
2130extern void wait_task_context_switch(struct task_struct *p);
2131extern unsigned long wait_task_inactive(struct task_struct *, long match_state); 2123extern unsigned long wait_task_inactive(struct task_struct *, long match_state);
2132#else 2124#else
2133static inline void wait_task_context_switch(struct task_struct *p) {}
2134static inline unsigned long wait_task_inactive(struct task_struct *p, 2125static inline unsigned long wait_task_inactive(struct task_struct *p,
2135 long match_state) 2126 long match_state)
2136{ 2127{