Module Name: src Committed By: martin Date: Sat Feb 1 12:14:10 UTC 2025
Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: Add alignement for sparc (not only sparc64) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ src/external/bsd/jemalloc/include/jemalloc/internal/quantum.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/quantum.h diff -u src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h:1.2 src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h:1.3 --- src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h:1.2 Sat Feb 1 12:11:05 2025 +++ src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h Sat Feb 1 12:14:10 2025 @@ -15,7 +15,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))