diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-21 14:37:36 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-07-21 14:37:36 -0400 |
commit | f5d05880c01fe2e25dbe06c69d55b5e3d4c1a82c (patch) | |
tree | f6efab5be26115b248ab0b360eeb73e9dd5586dc /include/litmus/litmus.h | |
parent | eab1497d8b46a2367a78d47a3bc35b9a1b68e2c2 (diff) |
Add priority-ordered wait_queue_t implementation
Will be used by MPCP implementation.
Diffstat (limited to 'include/litmus/litmus.h')
-rw-r--r-- | include/litmus/litmus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h index a2a694e20be8..b5d8abb4aea5 100644 --- a/include/litmus/litmus.h +++ b/include/litmus/litmus.h | |||
@@ -26,8 +26,6 @@ static inline int in_list(struct list_head* list) | |||
26 | ); | 26 | ); |
27 | } | 27 | } |
28 | 28 | ||
29 | struct task_struct* __waitqueue_remove_first(wait_queue_head_t *wq); | ||
30 | |||
31 | #define NO_CPU 0xffffffff | 29 | #define NO_CPU 0xffffffff |
32 | 30 | ||
33 | void litmus_fork(struct task_struct *tsk); | 31 | void litmus_fork(struct task_struct *tsk); |