projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e482a38
)
powerpc: Don't use static page sizes on powerpc
author
Carsten Schoenert
<c.schoenert@t-online.de>
Thu, 31 Jan 2019 16:46:10 +0000
(17:46 +0100)
committer
Carsten Schoenert
<c.schoenert@t-online.de>
Tue, 9 Jul 2019 20:09:04 +0000
(21:09 +0100)
Gbp-Pq: Topic porting-powerpc
Gbp-Pq: Name powerpc-Don-t-use-static-page-sizes-on-powerpc.patch
memory/build/mozjemalloc.cpp
patch
|
blob
|
history
diff --git
a/memory/build/mozjemalloc.cpp
b/memory/build/mozjemalloc.cpp
index db9f6a36130588dbc8f44218c6d090282a56931c..854b4f135185683f78dde3a15ceb94aee6bff786 100644
(file)
--- a/
memory/build/mozjemalloc.cpp
+++ b/
memory/build/mozjemalloc.cpp
@@
-180,7
+180,7
@@
using namespace mozilla;
// Debug builds are opted out too, for test coverage.
#ifndef MOZ_DEBUG
#if !defined(__ia64__) && !defined(__sparc__) && !defined(__mips__) && \
- !defined(__aarch64__)
+ !defined(__aarch64__)
&& !defined(__powerpc__)
#define MALLOC_STATIC_PAGESIZE 1
#endif
#endif