Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Mar 2016 17:43:06 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296271 - head/contrib/jemalloc/include/jemalloc/internal
Message-ID:  <201603011743.u21Hh6wP062790@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603011743.u21Hh6wP062790>