Module Name:    src
Committed By:   christos
Date:           Wed Mar 27 17:02:20 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/include/jemalloc/internal:
            jemalloc_internal_types.h

Log Message:
alignment for sh3


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
    
src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
diff -u src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.3 src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.4
--- src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.3	Wed Mar 27 11:33:52 2019
+++ src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h	Wed Mar 27 13:02:20 2019
@@ -97,6 +97,9 @@ typedef int malloc_cpuid_t;
 #  if defined(__riscv) || defined(__riscv__)
 #    define LG_QUANTUM		4
 #  endif
+#  ifdef __sh3__
+#    define LG_QUANTUM		3
+#  endif
 #  ifdef __s390__
 #    define LG_QUANTUM		4
 #  endif

Reply via email to