aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-09-14 08:34:36 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-09-14 08:34:36 -0400
commit4ad6ba08f0dab67bbd89a26b27f1cc86e3c45c13 (patch)
treefd982c7a12f7a947278e05d0b126a015c24793f4 /include/linux/sched.h
parentc1d1979c99ca397241da4e3d7e0cb77f7ec28240 (diff)
checkpoint for aux_tasks. can still deadlock
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;