diff options
Diffstat (limited to 'litmus/budget.c')
-rw-r--r-- | litmus/budget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/budget.c b/litmus/budget.c index 00472f487560..fd2bdc2f24e5 100644 --- a/litmus/budget.c +++ b/litmus/budget.c | |||
@@ -81,7 +81,7 @@ static void arm_enforcement_timer(struct enforcement_timer* et, | |||
81 | if (likely(!is_np(t))) { | 81 | if (likely(!is_np(t))) { |
82 | when_to_fire = litmus_clock() + budget_remaining(t); | 82 | when_to_fire = litmus_clock() + budget_remaining(t); |
83 | hrtimer_start(&et->timer, ns_to_ktime(when_to_fire), | 83 | hrtimer_start(&et->timer, ns_to_ktime(when_to_fire), |
84 | HRTIMER_MODE_ABS_PINNED); | 84 | HRTIMER_MODE_ABS_PINNED_HARD); |
85 | et->armed = 1; | 85 | et->armed = 1; |
86 | } | 86 | } |
87 | } | 87 | } |