PERFORCE change 41815 for review

Peter Wemm peter at FreeBSD.org
Sun Nov 9 11:19:14 PST 2003


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

Change 41815 by peter at peter_overcee on 2003/11/09 11:18:13

	change MAXCPU to 8 for the SMP case since thats the largest
	configuration cpu that AMD sells for SMP systems.

Affected files ...

.. //depot/projects/hammer/sys/amd64/include/param.h#11 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/include/param.h#11 (text+ko) ====

@@ -84,7 +84,7 @@
 #endif
 
 #ifdef SMP
-#define MAXCPU		16
+#define MAXCPU		8
 #else
 #define MAXCPU		1
 #endif


More information about the p4-projects mailing list