aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/counter.h')
-rw-r--r--src/vlib/counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/counter.h b/src/vlib/counter.h
index 01aefd8ebc0..9f5654292b9 100644
--- a/src/vlib/counter.h
+++ b/src/vlib/counter.h
@@ -254,7 +254,7 @@ vlib_prefetch_combined_counter (const vlib_combined_counter_main_t * cm,
* This CPU's index is assumed to already be in cache
*/
cpu_counters = cm->counters[thread_index];
- CLIB_PREFETCH (cpu_counters + index, CLIB_CACHE_LINE_BYTES, STORE);
+ clib_prefetch_store (cpu_counters + index);
}