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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 2a6c70f1dd37..c45ba23d7650 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -284,11 +284,11 @@ struct rt_param {
284 struct litmus_lock* blocked_lock; 284 struct litmus_lock* blocked_lock;
285#endif 285#endif
286 286
287 287
288#ifdef CONFIG_LITMUS_LOCKING 288#ifdef CONFIG_LITMUS_LOCKING
289 unsigned int is_aux_task:1; 289 unsigned int is_aux_task:1;
290 unsigned int has_aux_tasks:1; 290 unsigned int has_aux_tasks:1;
291 291
292 struct list_head aux_task_node; 292 struct list_head aux_task_node;
293 struct binheap_node aux_task_owner_node; 293 struct binheap_node aux_task_owner_node;
294#endif 294#endif