Skip to content

Commit 6704c42

Browse files
committed
jemalloc: fix HAVE_CPU_SPINWAIT for linux aarch64
Fixes: #11163
1 parent e76941b commit 6704c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/jemalloc-cmake/include_linux_aarch64/jemalloc/internal/jemalloc_internal_defs.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
#define CPU_SPINWAIT
3737
/* 1 if CPU_SPINWAIT is defined, 0 otherwise. */
38-
#define HAVE_CPU_SPINWAIT 9
38+
#define HAVE_CPU_SPINWAIT 0
3939

4040
/*
4141
* Number of significant bits in virtual addresses. This may be less than the

0 commit comments

Comments
 (0)