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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index ff59d1231519..9714d450f417 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -71,7 +71,6 @@ struct sched_param {
71#include <linux/path.h> 71#include <linux/path.h>
72#include <linux/compiler.h> 72#include <linux/compiler.h>
73#include <linux/completion.h> 73#include <linux/completion.h>
74#include <linux/perf_counter.h>
75#include <linux/pid.h> 74#include <linux/pid.h>
76#include <linux/percpu.h> 75#include <linux/percpu.h>
77#include <linux/topology.h> 76#include <linux/topology.h>
@@ -99,6 +98,7 @@ struct robust_list_head;
99struct bio; 98struct bio;
100struct bts_tracer; 99struct bts_tracer;
101struct fs_struct; 100struct fs_struct;
101struct perf_counter_context;
102 102
103/* 103/*
104 * List of flags we want to share for kernel threads, 104 * List of flags we want to share for kernel threads,
@@ -1387,7 +1387,9 @@ struct task_struct {
1387 struct list_head pi_state_list; 1387 struct list_head pi_state_list;
1388 struct futex_pi_state *pi_state_cache; 1388 struct futex_pi_state *pi_state_cache;
1389#endif 1389#endif
1390 struct perf_counter_context perf_counter_ctx; 1390#ifdef CONFIG_PERF_COUNTERS
1391 struct perf_counter_context *perf_counter_ctxp;
1392#endif
1391#ifdef CONFIG_NUMA 1393#ifdef CONFIG_NUMA
1392 struct mempolicy *mempolicy; 1394 struct mempolicy *mempolicy;
1393 short il_next; 1395 short il_next;