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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 4553521146cc..0198884eab86 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -26,6 +26,7 @@ static inline int lt_after_eq(lt_t a, lt_t b)
26typedef enum { 26typedef enum {
27 RT_CLASS_HARD, 27 RT_CLASS_HARD,
28 RT_CLASS_SOFT, 28 RT_CLASS_SOFT,
29 RT_CLASS_SOFT_W_SLIP,
29 RT_CLASS_BEST_EFFORT 30 RT_CLASS_BEST_EFFORT
30} task_class_t; 31} task_class_t;
31 32
@@ -189,8 +190,8 @@ struct rt_param {
189 long unsigned int held_gpus; // bitmap of held GPUs. 190 long unsigned int held_gpus; // bitmap of held GPUs.
190 191
191#ifdef CONFIG_LITMUS_AFFINITY_LOCKING 192#ifdef CONFIG_LITMUS_AFFINITY_LOCKING
192 fp_t gpu_fb_param_a; 193 fp_t gpu_fb_param_a[MIG_LAST+1];
193 fp_t gpu_fb_param_b; 194 fp_t gpu_fb_param_b[MIG_LAST+1];
194 195
195 gpu_migration_dist_t gpu_migration; 196 gpu_migration_dist_t gpu_migration;
196 int last_gpu; 197 int last_gpu;