aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/sched.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0e29a7a79c7e..706299238695 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1025,6 +1025,7 @@ struct sched_rt_entity {
1025 1025
1026 1026
1027struct rcu_node; 1027struct rcu_node;
1028struct od_table_entry;
1028 1029
1029enum perf_event_task_context { 1030enum perf_event_task_context {
1030 perf_invalid_context = -1, 1031 perf_invalid_context = -1,
@@ -1370,6 +1371,9 @@ struct task_struct {
1370 /* LITMUS RT parameters and state */ 1371 /* LITMUS RT parameters and state */
1371 struct rt_param rt_param; 1372 struct rt_param rt_param;
1372 1373
1374 /* references to PI semaphores, etc. */
1375 struct od_table_entry *od_table;
1376
1373#ifdef CONFIG_LATENCYTOP 1377#ifdef CONFIG_LATENCYTOP
1374 int latency_record_count; 1378 int latency_record_count;
1375 struct latency_record latency_record[LT_SAVECOUNT]; 1379 struct latency_record latency_record[LT_SAVECOUNT];