diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-02-01 23:07:54 -0500 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-29 17:25:33 -0400 |
commit | 37b840336a1663a5ce62d663a702d9afefd56d23 (patch) | |
tree | e164f548ca760b57fc863042f86e2f2164082a64 /include/litmus/rt_domain.h | |
parent | d1a840d7194fdd09c1bd9977e30fd391ef2a7526 (diff) |
Add Feather-Trace x86_64 architecture dependent code
Diffstat (limited to 'include/litmus/rt_domain.h')
-rw-r--r-- | include/litmus/rt_domain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_domain.h b/include/litmus/rt_domain.h index c780fdfcccae..b452be1d2256 100644 --- a/include/litmus/rt_domain.h +++ b/include/litmus/rt_domain.h | |||
@@ -96,6 +96,7 @@ static inline struct task_struct* __peek_ready(rt_domain_t* rt) | |||
96 | 96 | ||
97 | static inline int is_queued(struct task_struct *t) | 97 | static inline int is_queued(struct task_struct *t) |
98 | { | 98 | { |
99 | BUG_ON(!tsk_rt(t)->heap_node); | ||
99 | return bheap_node_in_heap(tsk_rt(t)->heap_node); | 100 | return bheap_node_in_heap(tsk_rt(t)->heap_node); |
100 | } | 101 | } |
101 | 102 | ||