[dpdk-dev] [PATCH] spinlock: fix build with clang

2014-01-27 Thread Thomas Monjalon
> LLVM clang requires an explicitly sized "cmp" assembly instruction. > > Signed-off-by: Olivier Matz Acked and applied. -- Thomas

[dpdk-dev] [PATCH] spinlock: fix build with clang

2014-01-24 Thread Olivier Matz
LLVM clang requires an explicitly sized "cmp" assembly instruction. Signed-off-by: Olivier Matz --- lib/librte_eal/common/include/rte_spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eal/common/include/rte_spinlock.h b/lib/librte_eal/common/include/rte_s