Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523840 | Differences between
and this patch

Collapse All | Expand All

(-)webkitgtk-2.4.6.orig/Source/WTF/wtf/Platform.h (-2 / +2 lines)
Lines 690-697 Link Here
690
690
691
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because
691
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because
692
   some memory barriers are missing in the thread-unsafe code around the
692
   some memory barriers are missing in the thread-unsafe code around the
693
   pagemap_cache_ object. */
693
   pagemap_cache_ object. It is also broken on MIPS. */
694
#if CPU(IA64) || CPU(IA64_32)
694
#if CPU(IA64) || CPU(IA64_32) || CPU(MIPS)
695
#define USE_SYSTEM_MALLOC 1
695
#define USE_SYSTEM_MALLOC 1
696
#endif
696
#endif
697
697

Return to bug 523840