diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-01-28 19:06:11 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 16:30:42 -0500 |
commit | e705aa52df711112d434ccc87ee5fb5838c205a2 (patch) | |
tree | dae3f630e54fc50d08d1657845cca2f9e7ed0c66 /include/litmus | |
parent | e593c9dbe858c82e284ff85e625837ae3ab32f1c (diff) |
PSN-EDF: re-implement FMLP support
Implement the partitioned FMLP with priority boosting based on the
generic lock API.
Diffstat (limited to 'include/litmus')
-rw-r--r-- | include/litmus/litmus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h index b38d39a7461d..94086e2b38db 100644 --- a/include/litmus/litmus.h +++ b/include/litmus/litmus.h | |||
@@ -26,6 +26,8 @@ static inline int in_list(struct list_head* list) | |||
26 | ); | 26 | ); |
27 | } | 27 | } |
28 | 28 | ||
29 | struct task_struct* waitqueue_first(wait_queue_head_t *wq); | ||
30 | |||
29 | #define NO_CPU 0xffffffff | 31 | #define NO_CPU 0xffffffff |
30 | 32 | ||
31 | void litmus_fork(struct task_struct *tsk); | 33 | void litmus_fork(struct task_struct *tsk); |