diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2009-12-21 12:23:57 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:20:00 -0400 |
commit | ee09f78d8faa0b988088d93142e6f5f8a6e75394 (patch) | |
tree | bc1e0b5db121be3de47d967973310d610ad943a2 /include/litmus/litmus.h | |
parent | 0b28a3122d6917784701377e15a863489aee1c6c (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"
Diffstat (limited to 'include/litmus/litmus.h')
-rw-r--r-- | include/litmus/litmus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h index 380fcb8acb33..a03580bc707c 100644 --- a/include/litmus/litmus.h +++ b/include/litmus/litmus.h | |||
@@ -133,7 +133,7 @@ void srp_ceiling_block(void); | |||
133 | #define srp_ceiling_block() /* nothing */ | 133 | #define srp_ceiling_block() /* nothing */ |
134 | #endif | 134 | #endif |
135 | 135 | ||
136 | #define heap2task(hn) ((struct task_struct*) hn->value) | 136 | #define bheap2task(hn) ((struct task_struct*) hn->value) |
137 | 137 | ||
138 | static inline int is_np(struct task_struct *t) | 138 | static inline int is_np(struct task_struct *t) |
139 | { | 139 | { |