Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 18:54:58 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134558 for review
Message-ID:  <200801311854.m0VIswVS083115@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134558

Change 134558 by imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801311854.m0VIswVS083115>