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 LG_QUANTUM i...



details:   https://anonhg.NetBSD.org/src/rev/f5773c704b97
branches:  trunk
changeset: 840193:f5773c704b97
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Mar 27 12:38:31 2019 +0000

description:
LG_QUANTUM is 4 for both sparc and sparc64

diffstat:

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

diffs (12 lines):

diff -r 2ff490854984 -r f5773c704b97 external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 11:15:55 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 12:38:31 2019 +0000
@@ -64,7 +64,7 @@
 #  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))



Home | Main Index | Thread Index | Old Index