New upstream version 17.08
[deb_dpdk.git] / examples / performance-thread / common / lthread_sched.c
index c64c21f..9829147 100644 (file)
@@ -369,8 +369,8 @@ void lthread_scheduler_shutdown_all(void)
 /*
  * Resume a suspended lthread
  */
-static inline void
-_lthread_resume(struct lthread *lt) __attribute__ ((always_inline));
+static __rte_always_inline void
+_lthread_resume(struct lthread *lt);
 static inline void _lthread_resume(struct lthread *lt)
 {
        struct lthread_sched *sched = THIS_SCHED;