diff options
| author | christos <christos@NetBSD.org> | 2019-03-27 15:33:52 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-03-27 15:33:52 +0000 |
| commit | a1da7fa6d2dac2a5eeecf12ca92fc98337055557 (patch) | |
| tree | 5cb7a8717f3f9852fcffc85eed420539df330a20 /external/bsd/jemalloc | |
| parent | 9926b0135ca2b329322de26fdfa6415f938ee297 (diff) | |
vaxinate!
Diffstat (limited to 'external/bsd/jemalloc')
| -rw-r--r-- | external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h index 69627da49de..10ab26f5762 100644 --- a/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h +++ b/external/bsd/jemalloc/include/jemalloc/internal/jemalloc_internal_types.h @@ -110,6 +110,9 @@ typedef int malloc_cpuid_t; # 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" |
