PERFORCE change 45121 for review
Juli Mallett
jmallett at FreeBSD.org
Sun Jan 11 00:31:50 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=45121
Change 45121 by jmallett at jmallett_oingo on 2004/01/11 00:31:09
Match other 64-bit platforms. Time to use __LP64__ in these
places?
Affected files ...
.. //depot/projects/mips/sys/sys/param.h#14 edit
Differences ...
==== //depot/projects/mips/sys/sys/param.h#14 (text+ko) ====
@@ -299,7 +299,7 @@
* Constraints: PAGE_SIZE <= MAXALLOCSAVE <= 2 ** (MINBUCKET + 14), and
* MAXALLOCSIZE must be a power of two.
*/
-#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
+#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__) || defined (__mips__)
#define MINBUCKET 5 /* 5 => min allocation of 32 bytes */
#else
#define MINBUCKET 4 /* 4 => min allocation of 16 bytes */
More information about the p4-projects
mailing list