PERFORCE change 134558 for review

Warner Losh imp at FreeBSD.org
Thu Jan 31 10:54:59 PST 2008


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

Change 134558 by imp at imp_lighthouse on 2008/01/31 18:53:57

	We can have up to 16 cores.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/param.h#6 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/param.h#6 (text+ko) ====

@@ -68,7 +68,7 @@
 #define	MID_MACHINE	0	/* None but has to be defined */
 
 #ifdef SMP
-#define	MAXSMPCPU	4
+#define	MAXSMPCPU	16
 #define	MAXCPU		MAXSMPCPU
 #else
 #define	MAXSMPCPU	1


More information about the p4-projects mailing list