numam-dpdk/lib/librte_eal
Aleksey Baulin 7a89f8eedc eal: improve likely and unlikely macros
A warning is issued when using an argument to likely() or unlikely()
builtins which is evaluated to a pointer value, as __builtin_expect()
expects a 'long int' type for its first argument. With this fix
a pointer value is converted to an integer with the value of 0 or 1.

Signed-off-by: Aleksey Baulin <aleksey.baulin@gmail.com>
2018-01-20 17:47:34 +01:00
..
bsdapp vfio: fix FreeBSD build 2018-01-17 18:49:38 +01:00
common eal: improve likely and unlikely macros 2018-01-20 17:47:34 +01:00
linuxapp vfio: improve noiommu check error handling 2018-01-20 16:04:37 +01:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_eal_version.map vfio: expose clear group function for internal usages 2018-01-17 00:43:04 +01:00