Module Name:    src
Committed By:   martin
Date:           Wed Mar 27 12:38:31 UTC 2019

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

Log Message:
LG_QUANTUM is 4 for both sparc and sparc64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
    
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.1 src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.2
--- src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h:1.1	Mon Mar  4 17:25:09 2019
+++ src/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h	Wed Mar 27 12:38:31 2019
@@ -64,7 +64,7 @@ typedef int malloc_cpuid_t;
 #  ifdef __alpha__
 #    define LG_QUANTUM		4
 #  endif
-#  if (defined(__sparc64__) || defined(__sparcv9) || defined(__sparc_v9__))
+#  ifdef __sparc__
 #    define LG_QUANTUM		4
 #  endif
 #  if (defined(__amd64__) || defined(__x86_64__) || defined(_M_X64))

Reply via email to