diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2011-06-21 02:00:52 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2011-08-27 11:59:49 -0400 |
commit | f5bee93f09b907a302e908c3cc3381ffbe826e2b (patch) | |
tree | 6844999641b8736d13737ce9494f60f18709af9d | |
parent | 592eaca1409e55407e980f71b2ec604ca3610ba5 (diff) |
COMMENT: Correct comment on precise budget enforcement
Original comment said that this feature wasn't supported,
though it has been since around October 2010.
-rw-r--r-- | include/litmus/rt_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
30 | typedef enum { | 30 | typedef enum { |
31 | NO_ENFORCEMENT, /* job may overrun unhindered */ | 31 | NO_ENFORCEMENT, /* job may overrun unhindered */ |
32 | QUANTUM_ENFORCEMENT, /* budgets are only checked on quantum boundaries */ | 32 | QUANTUM_ENFORCEMENT, /* budgets are only checked on quantum boundaries */ |
33 | PRECISE_ENFORCEMENT /* NOT IMPLEMENTED - enforced with hrtimers */ | 33 | PRECISE_ENFORCEMENT /* budgets are enforced with hrtimers */ |
34 | } budget_policy_t; | 34 | } budget_policy_t; |
35 | 35 | ||
36 | struct rt_task { | 36 | struct rt_task { |