X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_reciprocal.h;h=63e16fde0aa864f4c5a9777e67d715269d39bc82;hb=df3ff6be2b33faea3edf3c112b9bdc5b74d6f684;hp=3492c73bafeacb5434cac5f6181b2a05d00a3ae6;hpb=6d45659eacb801880597e3cda6eaa081ef0e716b;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_reciprocal.h b/lib/librte_eal/common/include/rte_reciprocal.h index 3492c73baf..63e16fde0a 100644 --- a/lib/librte_eal/common/include/rte_reciprocal.h +++ b/lib/librte_eal/common/include/rte_reciprocal.h @@ -77,7 +77,7 @@ mullhi_u64(uint64_t x, uint64_t y) } static __rte_always_inline uint64_t -rte_reciprocal_divide_u64(uint64_t a, struct rte_reciprocal_u64 *R) +rte_reciprocal_divide_u64(uint64_t a, const struct rte_reciprocal_u64 *R) { uint64_t t = mullhi_u64(a, R->m);