diff options
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index d0040bfd2d0c..b4eb8ee95687 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -154,6 +154,7 @@ struct rt_param { | |||
154 | #ifdef CONFIG_LITMUS_NVIDIA | 154 | #ifdef CONFIG_LITMUS_NVIDIA |
155 | /* number of top-half interrupts handled on behalf of current job */ | 155 | /* number of top-half interrupts handled on behalf of current job */ |
156 | atomic_t nv_int_count; | 156 | atomic_t nv_int_count; |
157 | long unsigned int held_gpus; // bitmap of held GPUs. | ||
157 | #endif | 158 | #endif |
158 | 159 | ||
159 | #ifdef CONFIG_LITMUS_LOCKING | 160 | #ifdef CONFIG_LITMUS_LOCKING |