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 vaxinate!
details: https://anonhg.NetBSD.org/src/rev/a598490035be
branches: trunk
changeset: 449882:a598490035be
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 27 15:33:52 2019 +0000
description:
vaxinate!
diffstat:
external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 525eb59ed1e8 -r a598490035be external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 15:30:19 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h Wed Mar 27 15:33:52 2019 +0000
@@ -110,6 +110,9 @@
# ifdef __le32__
# define LG_QUANTUM 4
# endif
+# ifdef __vax__
+# define LG_QUANTUM 4
+# endif
# ifndef LG_QUANTUM
# error "Unknown minimum alignment for architecture; specify via "
"--with-lg-quantum"
Home |
Main Index |
Thread Index |
Old Index