diff options
Diffstat (limited to 'src/vnet/pipeline.h')
-rw-r--r-- | src/vnet/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/pipeline.h b/src/vnet/pipeline.h index 2ac1a9ac27d..afb3c38ca57 100644 --- a/src/vnet/pipeline.h +++ b/src/vnet/pipeline.h @@ -75,7 +75,7 @@ generic_stage0 (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_buffer_t * b AUX_DATA_ARG) { vlib_prefetch_buffer_header (b, STORE); - CLIB_PREFETCH (b->data, CLIB_CACHE_LINE_BYTES, STORE); + clib_prefetch_store (b->data); } #if NSTAGES == 2 |