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.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 144be3b6ee3d..716fc034c5f4 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -312,10 +312,6 @@ struct rt_param {
312 312
313 gpu_migration_dist_t gpu_migration; 313 gpu_migration_dist_t gpu_migration;
314 int last_gpu; 314 int last_gpu;
315
316 notify_rsrc_exit_t rsrc_exit_cb;
317 void* rsrc_exit_cb_args;
318
319 lt_t accum_gpu_time; 315 lt_t accum_gpu_time;
320 lt_t gpu_time_stamp; 316 lt_t gpu_time_stamp;
321 317
@@ -323,6 +319,11 @@ struct rt_param {
323#endif 319#endif
324#endif 320#endif
325 321
322#ifdef CONFIG_LITMUS_AFFINITY_LOCKING
323 notify_rsrc_exit_t rsrc_exit_cb;
324 void* rsrc_exit_cb_args;
325#endif
326
326#ifdef CONFIG_LITMUS_LOCKING 327#ifdef CONFIG_LITMUS_LOCKING
327 /* Is the task being priority-boosted by a locking protocol? */ 328 /* Is the task being priority-boosted by a locking protocol? */
328 unsigned int priority_boosted:1; 329 unsigned int priority_boosted:1;