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 2b7b81df78b3..28b71ee133f0 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 | /* |
| @@ -1272,12 +1271,6 @@ struct task_struct { | |||
| 1272 | struct list_head ptraced; | 1271 | struct list_head ptraced; |
| 1273 | struct list_head ptrace_entry; | 1272 | struct list_head ptrace_entry; |
| 1274 | 1273 | ||
| 1275 | /* | ||
| 1276 | * This is the tracer handle for the ptrace BTS extension. | ||
| 1277 | * This field actually belongs to the ptracer task. | ||
| 1278 | */ | ||
| 1279 | struct bts_context *bts; | ||
| 1280 | |||
| 1281 | /* PID/PID hash table linkage. */ | 1274 | /* PID/PID hash table linkage. */ |
| 1282 | struct pid_link pids[PIDTYPE_MAX]; | 1275 | struct pid_link pids[PIDTYPE_MAX]; |
| 1283 | struct list_head thread_group; | 1276 | struct list_head thread_group; |
| @@ -2122,10 +2115,8 @@ extern void set_task_comm(struct task_struct *tsk, char *from); | |||
| 2122 | extern char *get_task_comm(char *to, struct task_struct *tsk); | 2115 | extern char *get_task_comm(char *to, struct task_struct *tsk); |
| 2123 | 2116 | ||
| 2124 | #ifdef CONFIG_SMP | 2117 | #ifdef CONFIG_SMP |
| 2125 | extern void wait_task_context_switch(struct task_struct *p); | ||
| 2126 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); | 2118 | extern unsigned long wait_task_inactive(struct task_struct *, long match_state); |
| 2127 | #else | 2119 | #else |
| 2128 | static inline void wait_task_context_switch(struct task_struct *p) {} | ||
| 2129 | static inline unsigned long wait_task_inactive(struct task_struct *p, | 2120 | static inline unsigned long wait_task_inactive(struct task_struct *p, |
| 2130 | long match_state) | 2121 | long match_state) |
| 2131 | { | 2122 | { |
