aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2016-03-01 17:43:06 +0000
committerRuslan Bukin <br@FreeBSD.org>2016-03-01 17:43:06 +0000
commitac8f9de31a0e054f604f46b1692ba4e9c10bdda5 (patch)
tree517cf8b680b4950c9f903b449c3aa95a17cfe342
parent8a4ba03859e731b2cf4179deb1d3f6bbcb673108 (diff)
downloadsrc-ac8f9de31a0e054f604f46b1692ba4e9c10bdda5.tar.gz
src-ac8f9de31a0e054f604f46b1692ba4e9c10bdda5.zip
Restore configuration for RISC-V.
Notes
Notes: svn path=/head/; revision=296271
-rw-r--r--contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h b/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h
index 7f77d12a8269..7a60806e8239 100644
--- a/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h
+++ b/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h
@@ -254,6 +254,9 @@ typedef unsigned szind_t;
# ifdef __powerpc__
# define LG_QUANTUM 4
# endif
+# ifdef __riscv__
+# define LG_QUANTUM 4
+# endif
# ifdef __s390__
# define LG_QUANTUM 4
# endif