diff options
Diffstat (limited to 'litmus/reservation.c')
-rw-r--r-- | litmus/reservation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/litmus/reservation.c b/litmus/reservation.c index 447fc5b1be23..f79689823be7 100644 --- a/litmus/reservation.c +++ b/litmus/reservation.c | |||
@@ -206,6 +206,7 @@ static void sup_charge_budget( | |||
206 | /* stop at the first ACTIVE reservation */ | 206 | /* stop at the first ACTIVE reservation */ |
207 | break; | 207 | break; |
208 | } | 208 | } |
209 | TRACE("finished charging budgets\n"); | ||
209 | } | 210 | } |
210 | 211 | ||
211 | static void sup_replenish_budgets(struct sup_reservation_environment* sup_env) | 212 | static void sup_replenish_budgets(struct sup_reservation_environment* sup_env) |
@@ -222,6 +223,7 @@ static void sup_replenish_budgets(struct sup_reservation_environment* sup_env) | |||
222 | break; | 223 | break; |
223 | } | 224 | } |
224 | } | 225 | } |
226 | TRACE("finished replenishing budgets\n"); | ||
225 | 227 | ||
226 | /* request a scheduler update at the next replenishment instant */ | 228 | /* request a scheduler update at the next replenishment instant */ |
227 | res = list_first_entry_or_null(&sup_env->depleted_reservations, | 229 | res = list_first_entry_or_null(&sup_env->depleted_reservations, |