From f5bee93f09b907a302e908c3cc3381ffbe826e2b Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Tue, 21 Jun 2011 02:00:52 -0400 Subject: COMMENT: Correct comment on precise budget enforcement Original comment said that this feature wasn't supported, though it has been since around October 2010. --- include/litmus/rt_param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 5de422c742f6..389be0775869 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h @@ -30,7 +30,7 @@ typedef enum { typedef enum { NO_ENFORCEMENT, /* job may overrun unhindered */ QUANTUM_ENFORCEMENT, /* budgets are only checked on quantum boundaries */ - PRECISE_ENFORCEMENT /* NOT IMPLEMENTED - enforced with hrtimers */ + PRECISE_ENFORCEMENT /* budgets are enforced with hrtimers */ } budget_policy_t; struct rt_task { -- cgit v1.2.2