Update to use caa_likely/caa_unlikely from urcu 0.6.6
[ust.git] / libringbuffer / frontend_types.h
index 120e1f4bbbe06b94cea844fb5b654b60c81e04a6..84593260c4f7b7ef941708d9fd0347881165efe1 100644 (file)
@@ -125,7 +125,7 @@ void *channel_get_private(struct channel *chan)
 #define CHAN_WARN_ON(c, cond)                                          \
        ({                                                              \
                struct channel *__chan;                                 \
-               int _____ret = unlikely(cond);                          \
+               int _____ret = caa_unlikely(cond);                              \
                if (_____ret) {                                         \
                        if (__same_type(*(c), struct channel_backend))  \
                                __chan = caa_container_of((void *) (c), \
This page took 0.02221 seconds and 4 git commands to generate.