diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2011-06-21 02:00:52 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2011-06-21 02:00:52 -0400 |
commit | c2df1e348f149eef02df710621d23d8727836cbc (patch) | |
tree | f1aee3de81155b9557fa640d8d4cf5e54b0c4771 /include/litmus/rt_param.h | |
parent | a76e24b182b17aa8c516f4d77decdf6c695642eb (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.
Diffstat (limited to 'include/litmus/rt_param.h')
-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 { |