diff options
Diffstat (limited to 'include/litmus/litmus.h')
-rw-r--r-- | include/litmus/litmus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h index faaf83961dfa..62107e659c12 100644 --- a/include/litmus/litmus.h +++ b/include/litmus/litmus.h | |||
@@ -124,6 +124,7 @@ static inline lt_t litmus_clock(void) | |||
124 | (a)->rt_param.job_params.release,\ | 124 | (a)->rt_param.job_params.release,\ |
125 | (b)->rt_param.job_params.release)) | 125 | (b)->rt_param.job_params.release)) |
126 | 126 | ||
127 | void preempt_if_preemptable(struct task_struct* t, int on_cpu); | ||
127 | 128 | ||
128 | #ifdef CONFIG_SRP | 129 | #ifdef CONFIG_SRP |
129 | void srp_ceiling_block(void); | 130 | void srp_ceiling_block(void); |