aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJohn M. Calandrino <jmc@jupiter-cs.cs.unc.edu>2007-04-25 19:37:01 -0400
committerJohn M. Calandrino <jmc@jupiter-cs.cs.unc.edu>2007-04-25 19:37:01 -0400
commitd7718a1d5a09e0f8c698886c85c0c41ee88a51f4 (patch)
treea271ecd6f7d7d9b4c735b42f126cfb53ce36fe2c /include
parent3115fffc3483ee16b3012f95c814d4e219057bb9 (diff)
parent50e4938993cbb7ce43566c18d7d6616b2b8c61d6 (diff)
Merge with git+ssh://cvs.cs.unc.edu/cvs/proj/litmus/repo/litmus
Diffstat (limited to 'include')
-rw-r--r--include/linux/edf_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/edf_common.h b/include/linux/edf_common.h
index 3b6a1de457..252efce97a 100644
--- a/include/linux/edf_common.h
+++ b/include/linux/edf_common.h
@@ -33,6 +33,8 @@ void __add_ready(edf_domain_t* edf, struct task_struct *new);
33void __add_release(edf_domain_t* edf, struct task_struct *task); 33void __add_release(edf_domain_t* edf, struct task_struct *task);
34 34
35struct task_struct* __take_ready(edf_domain_t* edf); 35struct task_struct* __take_ready(edf_domain_t* edf);
36struct task_struct* __peek_ready(edf_domain_t* edf);
37
36 38
37void try_release_pending(edf_domain_t* edf); 39void try_release_pending(edf_domain_t* edf);
38void __prepare_new_release(struct task_struct *t, jiffie_t start); 40void __prepare_new_release(struct task_struct *t, jiffie_t start);