net/bnxt: consolidate template table processing
[dpdk.git] / lib / librte_eal / ppc / include / rte_prefetch.h
index 9ba07c8..6df8087 100644 (file)
@@ -34,6 +34,13 @@ static inline void rte_prefetch_non_temporal(const volatile void *p)
        rte_prefetch0(p);
 }
 
+__rte_experimental
+static inline void
+rte_cldemote(const volatile void *p)
+{
+       RTE_SET_USED(p);
+}
+
 #ifdef __cplusplus
 }
 #endif