diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-05-26 16:56:23 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-05-26 16:59:44 -0400 |
commit | 4c0bcddb6feeef54cebca39385c1bda0392dee15 (patch) | |
tree | c8bc6db8e716fbd6bff03d2b3a1cd0c354d87182 /litmus/Makefile | |
parent | 26bafa3b7880a323d83b8ea71bdb8e2118a5cba0 (diff) |
An efficient binary heap implementation.
An efficient binary heap implementation coded in the
style of Linux's list. This binary heap should be able
to replace any partially sorted priority queue based
upon Linux's list.
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index 7338180f196..4650d332fb1 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -15,6 +15,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
15 | locking.o \ | 15 | locking.o \ |
16 | srp.o \ | 16 | srp.o \ |
17 | bheap.o \ | 17 | bheap.o \ |
18 | binheap.o \ | ||
18 | ctrldev.o \ | 19 | ctrldev.o \ |
19 | sched_gsn_edf.o \ | 20 | sched_gsn_edf.o \ |
20 | sched_psn_edf.o | 21 | sched_psn_edf.o |