X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Frculfhash.c;h=ee09afd1b7201df7c1e6ea4528686cb593e8c96e;hp=0ddd21a3b6335ccf3fb2ddb5ea5f1a9dbba1564c;hb=8f0044bfed9f5ca51eab51478f483f92cc8f84a7;hpb=1d6448a074accdc6cb32e2f724f9768b006a6d67 diff --git a/src/common/hashtable/rculfhash.c b/src/common/hashtable/rculfhash.c index 0ddd21a3b..ee09afd1b 100644 --- a/src/common/hashtable/rculfhash.c +++ b/src/common/hashtable/rculfhash.c @@ -627,7 +627,7 @@ void free_split_items_count(struct cds_lfht *ht) poison_free(ht->split_count); } -#if defined(HAVE_SCHED_GETCPU) +#if defined(HAVE_SCHED_GETCPU) && !defined(VALGRIND) static int ht_get_split_count_index(unsigned long hash) {