aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2011-06-21 02:00:52 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2011-08-27 11:59:49 -0400
commitf5bee93f09b907a302e908c3cc3381ffbe826e2b (patch)
tree6844999641b8736d13737ce9494f60f18709af9d
parent592eaca1409e55407e980f71b2ec604ca3610ba5 (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.h2
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 {
30typedef enum { 30typedef 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
36struct rt_task { 36struct rt_task {