aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-05-17 22:26:53 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-05-18 00:35:23 -0400
commitf0218b3e9974f06014b61be8987159f4a20e011e (patch)
tree29a593c4d71ab18cb0c450a34e79bf6bea66877e /include/linux/sched.h
parent1eaa4787a774c4896518c81f24e8bccaa2244924 (diff)
parent9d192e118a094087494997ea1c8a2faf39af38c5 (diff)
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6
Conflicts: include/trace/ftrace.h kernel/trace/trace_kprobe.c Acked-by: Masami Hiramatsu <mhiramat@redhat.com> Acked-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
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{