PERFORCE change 38928 for review
Peter Wemm
peter at FreeBSD.org
Tue Sep 30 15:45:14 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=38928
Change 38928 by peter at peter_hammer on 2003/09/30 15:44:53
yohoho
Affected files ...
.. //depot/projects/hammer/sys/amd64/include/param.h#10 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/include/param.h#10 (text+ko) ====
@@ -83,7 +83,11 @@
#define MACHINE_ARCH "amd64"
#endif
+#ifdef SMP
+#define MAXCPU 16
+#else
#define MAXCPU 1
+#endif
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
More information about the p4-projects
mailing list