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/1050d32f79aa
branches: trunk
changeset: 997811:1050d32f79aa
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 0fec3de5f859 -r 1050d32f79aa 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