Module: xenomai-2.5
Branch: master
Commit: 787926f9f4e1ef9d50c2cb3a081edd065bf96176
URL:    
http://git.xenomai.org/?p=xenomai-2.5.git;a=commit;h=787926f9f4e1ef9d50c2cb3a081edd065bf96176

Author: Andreas Glatz <andreasgl...@ruggedcom.com>
Date:   Fri Feb 12 18:36:24 2010 -0500

native: corrected spelling mistake in macro __xeno_flush_rq()

This spelling mistake causes the preprocessor not to substitute
a macro argument as it was originally intended by the author.

Signed-off-by: Andreas Glatz <andreasgl...@ruggedcom.com>

---

 include/native/ppd.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/native/ppd.h b/include/native/ppd.h
index 3dbda6a..a02cc06 100644
--- a/include/native/ppd.h
+++ b/include/native/ppd.h
@@ -105,7 +105,7 @@ static inline xeno_rholder_t *xeno_get_rholder(void)
                        if (unlikely(err)) {                            \
                                if ((__rq) != 
&__native_global_rholder.__name##q) { \
                                        xnlock_get_irqsave(&nklock, s); \
-                                       nholder = popq((rq), holder);   \
+                                       nholder = popq((__rq), holder); \
                                        
appendq(&__native_global_rholder.__name##q, holder); \
                                        obj->rqueue = 
&__native_global_rholder.__name##q; \
                                }                                       \


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to