summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2012-10-08 22:41:06 (GMT)
committerJason Evans <jasone@canonware.com>2012-10-08 22:41:06 (GMT)
commitdd03a2e37702b21fd692bf05d46ee9f97133ab78 (patch)
tree4612d20d6abbbf8fee8f14b839ba46310fbbb409 /include
parent5c710cee783a44061fa2c467ffd8984b8047b90e (diff)
downloadjemalloc-dd03a2e37702b21fd692bf05d46ee9f97133ab78.zip
jemalloc-dd03a2e37702b21fd692bf05d46ee9f97133ab78.tar.gz
jemalloc-dd03a2e37702b21fd692bf05d46ee9f97133ab78.tar.bz2
Define LG_QUANTUM for hppa.
Submitted by Jory Pratt.
Diffstat (limited to 'include')
-rw-r--r--include/jemalloc/internal/jemalloc_internal.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in
index c6714ec..b5b09e2 100644
--- a/include/jemalloc/internal/jemalloc_internal.h.in
+++ b/include/jemalloc/internal/jemalloc_internal.h.in
@@ -270,6 +270,9 @@ static const bool config_ivsalloc =
# ifdef __arm__
# define LG_QUANTUM 3
# endif
+# ifdef __hppa__
+# define LG_QUANTUM 4
+# endif
# ifdef __mips__
# define LG_QUANTUM 3
# endif