diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 9 |
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; | |||
99 | struct robust_list_head; | 99 | struct robust_list_head; |
100 | struct bio_list; | 100 | struct bio_list; |
101 | struct fs_struct; | 101 | struct fs_struct; |
102 | struct bts_context; | ||
103 | struct perf_event_context; | 102 | struct 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); | |||
2127 | extern char *get_task_comm(char *to, struct task_struct *tsk); | 2120 | extern char *get_task_comm(char *to, struct task_struct *tsk); |
2128 | 2121 | ||
2129 | #ifdef CONFIG_SMP | 2122 | #ifdef CONFIG_SMP |
2130 | extern void wait_task_context_switch(struct task_struct *p); | ||
2131 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); | 2123 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); |
2132 | #else | 2124 | #else |
2133 | static inline void wait_task_context_switch(struct task_struct *p) {} | ||
2134 | static inline unsigned long wait_task_inactive(struct task_struct *p, | 2125 | static inline unsigned long wait_task_inactive(struct task_struct *p, |
2135 | long match_state) | 2126 | long match_state) |
2136 | { | 2127 | { |