From dd6ccffa43e3a736981ce0e240a398750f491544 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Wed, 25 Feb 2015 10:41:37 +0900 Subject: [PATCH] Make powerpc not use static page sizes in mozjemalloc Closes: #763900 Gbp-Pq: Topic porting Gbp-Pq: Name Make-powerpc-not-use-static-page-sizes-in-mozjemallo.patch --- memory/build/mozjemalloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory/build/mozjemalloc.cpp b/memory/build/mozjemalloc.cpp index db9f6a36130..854b4f13518 100644 --- 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 -- 2.30.2