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.3.orig/Source/WTF/wtf/Platform.h (-2 / +2 lines)
Lines 674-687 Link Here
674
679
675
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because
680
/* FIXME: The fast malloc implementation is broken on Itanium / IA64 because
676
   some memory barriers are missing in the thread-unsafe code around the
681
   some memory barriers are missing in the thread-unsafe code around the
677
   pagemap_cache_ object. */
682
   pagemap_cache_ object. It is also broken on MIPS. */
678
#if CPU(IA64) || CPU(IA64_32)
683
#if CPU(IA64) || CPU(IA64_32) || CPU(MIPS)
679
#define USE_SYSTEM_MALLOC 1
684
#define USE_SYSTEM_MALLOC 1
680
#endif
685
#endif

Return to bug 523840