diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-21 12:23:57 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-01-15 18:43:37 -0500 |
commit | d3fe99570060b40cecb7b5b37a403f0678a913f5 (patch) | |
tree | 55764f778a495b8bf37bc96a5a3991353278fdad /litmus/Makefile | |
parent | 0c70a26073633b3879eac57d38f1260c1bebeafc (diff) |
Refactor binomial heap names: heap -> bheap
- Binomial heap "heap" names conflicted with priority heap
of cgroup in kernel
- This patch change binomial heap "heap" names in "bheap" (I wasn't
able to come up with a more interesting name, so proposal are welcomed)
Diffstat (limited to 'litmus/Makefile')
-rw-r--r-- | litmus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Makefile b/litmus/Makefile index b15e65ee7f37..70c9684c3b98 100644 --- a/litmus/Makefile +++ b/litmus/Makefile | |||
@@ -10,7 +10,7 @@ obj-y = sched_plugin.o litmus.o \ | |||
10 | fdso.o \ | 10 | fdso.o \ |
11 | srp.o \ | 11 | srp.o \ |
12 | fmlp.o \ | 12 | fmlp.o \ |
13 | heap.o \ | 13 | bheap.o \ |
14 | sched_gsn_edf.o | 14 | sched_gsn_edf.o |
15 | 15 | ||
16 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o | 16 | obj-$(CONFIG_FEATHER_TRACE) += ft_event.o ftdev.o |