Date: Sun, 11 Jan 2004 00:31:47 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 45121 for review Message-ID: <200401110831.i0B8VlEh005999@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=45121 Change 45121 by jmallett@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401110831.i0B8VlEh005999>