svn commit: r296271 - head/contrib/jemalloc/include/jemalloc/internal
Ruslan Bukin
br at FreeBSD.org
Tue Mar 1 17:43:07 UTC 2016
Author: br
Date: Tue Mar 1 17:43:06 2016
New Revision: 296271
URL: https://svnweb.freebsd.org/changeset/base/296271
Log:
Restore configuration for RISC-V.
Modified:
head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h
Modified: head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h
==============================================================================
--- head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h Tue Mar 1 17:33:27 2016 (r296270)
+++ head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal.h Tue Mar 1 17:43:06 2016 (r296271)
@@ -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
More information about the svn-src-all
mailing list