X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fnode.h;h=fd792dc3fa6ab53a0f3f60b973fcbc8d4cd6e51a;hb=1bb67abf3c6816b6f2c22eaeb1bdc355c4c95a46;hp=7194ae8a818e65826d8413545f2da835b81d906d;hpb=600d7a85fbdd9f3c7c6977faa07fee7e2e13ce21;p=vpp.git diff --git a/src/vlib/node.h b/src/vlib/node.h index 7194ae8a818..fd792dc3fa6 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -216,7 +216,7 @@ static __clib_unused vlib_node_registration_t __clib_unused_##x r->next_registration = node.node_fn_registrations; \ node.node_fn_registrations = r; \ } \ - uword CLIB_CPU_OPTIMIZED CLIB_MARCH_SFX (node##_fn) + uword CLIB_MARCH_SFX (node##_fn) unformat_function_t unformat_vlib_node_variant;