aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index d6d799174160..3a054db8ee07 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -133,7 +133,17 @@ struct rt_param {
133 * could point to self if PI does not result in 133 * could point to self if PI does not result in
134 * an increased task priority. 134 * an increased task priority.
135 */ 135 */
136 struct task_struct* inh_task; 136 struct task_struct* eff_prio;
137
138#ifdef CONFIG_LITMUS_NESTED_LOCKING
139 struct task_struct* local_prio;
140 struct task_struct* trans_prio;
141
142 /* pointer to the last lock acquired */
143 struct litmus_lock* last_lock;
144#endif
145
146
137 147
138#ifdef CONFIG_NP_SECTION 148#ifdef CONFIG_NP_SECTION
139 /* For the FMLP under PSN-EDF, it is required to make the task 149 /* For the FMLP under PSN-EDF, it is required to make the task