diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-01-28 17:30:14 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 16:30:40 -0500 |
commit | fc6482bb7a6a638474565c90159997bd59069297 (patch) | |
tree | 01aaffcba1ad903c89d2b8a90e37ad8d46b1b9f2 /include | |
parent | e1b81e70c3af9d19d639bc8bdaa5a8fc13bf17a8 (diff) |
FMLP: remove old implementation
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus/edf_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/litmus/edf_common.h b/include/litmus/edf_common.h index 80d4321cc87e..bbaf22ea7f12 100644 --- a/include/litmus/edf_common.h +++ b/include/litmus/edf_common.h | |||
@@ -22,6 +22,4 @@ int edf_ready_order(struct bheap_node* a, struct bheap_node* b); | |||
22 | 22 | ||
23 | int edf_preemption_needed(rt_domain_t* rt, struct task_struct *t); | 23 | int edf_preemption_needed(rt_domain_t* rt, struct task_struct *t); |
24 | 24 | ||
25 | int edf_set_hp_task(struct pi_semaphore *sem); | ||
26 | int edf_set_hp_cpu_task(struct pi_semaphore *sem, int cpu); | ||
27 | #endif | 25 | #endif |