Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal alignment fo...



details:   https://anonhg.NetBSD.org/src/rev/e18f85ef242c
branches:  trunk
changeset: 449886:e18f85ef242c
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 27 17:02:20 2019 +0000

description:
alignment for sh3

diffstat:

 external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r ba0d9bb083e0 -r e18f85ef242c external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 16:38:49 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 17:02:20 2019 +0000
@@ -97,6 +97,9 @@
 #  if defined(__riscv) || defined(__riscv__)
 #    define LG_QUANTUM         4
 #  endif
+#  ifdef __sh3__
+#    define LG_QUANTUM         3
+#  endif
 #  ifdef __s390__
 #    define LG_QUANTUM         4
 #  endif



Home | Main Index | Thread Index | Old Index