diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-05 14:53:16 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-05-05 14:53:16 -0400 |
commit | b8f6aa9907fd0f0178faa22d9fc242bd449b3709 (patch) | |
tree | 2bf86b2abaa2269a4b11a10853809be5a2cd5225 | |
parent | 990d51d6562a399595f0f6fca11d09b4a2ac513d (diff) |
LITMUS: remove outdated comment
-rw-r--r-- | litmus/litmus.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/litmus/litmus.c b/litmus/litmus.c index 60aed9dd30..595f7e847f 100644 --- a/litmus/litmus.c +++ b/litmus/litmus.c | |||
@@ -455,9 +455,7 @@ static void reinit_litmus_state(struct task_struct* p, int restore) | |||
455 | __user short *np_flag = NULL; | 455 | __user short *np_flag = NULL; |
456 | 456 | ||
457 | if (restore) { | 457 | if (restore) { |
458 | /* Safe user-space provided configuration data. | 458 | /* Safe user-space provided configuration data. */ |
459 | * FIXME: This is missing service levels for adaptive tasks. | ||
460 | */ | ||
461 | user_config = p->rt_param.task_params; | 459 | user_config = p->rt_param.task_params; |
462 | np_flag = p->rt_param.np_flag; | 460 | np_flag = p->rt_param.np_flag; |
463 | } | 461 | } |