PERFORCE change 104808 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Aug 22 22:35:26 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=104808

Change 104808 by gonzo at gonzo_hideout on 2006/08/22 22:35:12

	o define QUANTUM_2POW_MIN and friends for __mips__.

Affected files ...

.. //depot/projects/mips2/src/lib/libc/stdlib/malloc.c#3 edit

Differences ...

==== //depot/projects/mips2/src/lib/libc/stdlib/malloc.c#3 (text+ko) ====

@@ -275,6 +275,13 @@
 #  define USE_BRK
 #  define NO_TLS
 #endif
+#ifdef __mips__
+#  define QUANTUM_2POW_MIN	3
+#  define SIZEOF_PTR		4
+#  define USE_BRK
+#  define NO_TLS
+#endif
+
 #ifdef __powerpc__
 #  define QUANTUM_2POW_MIN	4
 #  define SIZEOF_PTR		4


More information about the p4-projects mailing list