[dpdk-dev] [PATCH] tile: add const in prefetch functions

2015-07-15 Thread Zhigang Lu
commit 7c5d0cc91579 added const in prefetch functions for X86 and PPC. This patch does the same for Tile arch. Fixes: 7c5d0cc91579 ("eal: add const in prefetch functions") Signed-off-by: Zhigang Lu --- lib/librte_eal/common/include/arch/tile/rte_prefetch.h | 6 +++--- 1 file changed, 3 inserti

[dpdk-dev] [PATCH] tile: add const in prefetch functions

2015-07-15 Thread Thomas Monjalon
2015-07-15 15:26, Zhigang Lu: > commit 7c5d0cc91579 added const in prefetch functions for > X86 and PPC. This patch does the same for Tile arch. > > Fixes: 7c5d0cc91579 ("eal: add const in prefetch functions") > > Signed-off-by: Zhigang Lu Applied, thanks