[Xenomai-git] Philippe Gerum : cobalt/kernel/timer: fix assertion family

2013-07-08 Thread git repository hosting
Module: xenomai-forge
Branch: master
Commit: e6700706414f137202f9832d0cfda8c436f9b209
URL:
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=e6700706414f137202f9832d0cfda8c436f9b209

Author: Philippe Gerum r...@xenomai.org
Date:   Sat Jun 22 18:29:47 2013 +0200

cobalt/kernel/timer: fix assertion family

---

 include/cobalt/kernel/bheap.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/cobalt/kernel/bheap.h b/include/cobalt/kernel/bheap.h
index cd8cd08..42dff9a 100644
--- a/include/cobalt/kernel/bheap.h
+++ b/include/cobalt/kernel/bheap.h
@@ -64,7 +64,7 @@ static inline int bheap_ordered(bheap_t *heap)
 }
 
 #define BHEAP_CHECK(heap)  \
-   XENO_BUGON(QUEUES, ((heap)-sz == 0) || !bheap_ordered(heap))
+   XENO_BUGON(TIMERS, ((heap)-sz == 0) || !bheap_ordered(heap))
 
 #define bheap_gethead(heap)\
({  \


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git


[Xenomai-git] Philippe Gerum : cobalt/kernel/timer: fix assertion family

2013-06-23 Thread git repository hosting
Module: xenomai-forge
Branch: next
Commit: e6700706414f137202f9832d0cfda8c436f9b209
URL:
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=e6700706414f137202f9832d0cfda8c436f9b209

Author: Philippe Gerum r...@xenomai.org
Date:   Sat Jun 22 18:29:47 2013 +0200

cobalt/kernel/timer: fix assertion family

---

 include/cobalt/kernel/bheap.h |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/cobalt/kernel/bheap.h b/include/cobalt/kernel/bheap.h
index cd8cd08..42dff9a 100644
--- a/include/cobalt/kernel/bheap.h
+++ b/include/cobalt/kernel/bheap.h
@@ -64,7 +64,7 @@ static inline int bheap_ordered(bheap_t *heap)
 }
 
 #define BHEAP_CHECK(heap)  \
-   XENO_BUGON(QUEUES, ((heap)-sz == 0) || !bheap_ordered(heap))
+   XENO_BUGON(TIMERS, ((heap)-sz == 0) || !bheap_ordered(heap))
 
 #define bheap_gethead(heap)\
({  \


___
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git