Module Name: src Committed By: martin Date: Sat Feb 1 12:11:05 UTC 2025
Modified Files: src/external/bsd/jemalloc/include/jemalloc/internal: quantum.h Log Message: Add alignement for sh3 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ 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.1 src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h:1.2 --- src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h:1.1 Mon Sep 23 15:03:46 2024 +++ src/external/bsd/jemalloc/include/jemalloc/internal/quantum.h Sat Feb 1 12:11:05 2025 @@ -58,6 +58,9 @@ # ifdef __s390__ # define LG_QUANTUM 4 # endif +# ifdef __sh3__ +# define LG_QUANTUM 3 +# endif # if (defined (__SH3E__) || defined(__SH4_SINGLE__) || defined(__SH4__) || \ defined(__SH4_SINGLE_ONLY__)) # define LG_QUANTUM 4