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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 9c990d13ae35..5d1c041be809 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1532,8 +1532,10 @@ struct task_struct {
1532#endif 1532#endif
1533 struct prop_local_single dirties; 1533 struct prop_local_single dirties;
1534 1534
1535 /* LITMUS RT parameters and state */ 1535 /*** LITMUS RT parameters and state ***/
1536 struct rt_param rt_param; 1536 struct rt_param rt_param;
1537 struct aux_data aux_data;
1538 /*****/
1537 1539
1538 /* references to PI semaphores, etc. */ 1540 /* references to PI semaphores, etc. */
1539 struct od_table_entry *od_table; 1541 struct od_table_entry *od_table;