Author: marius Date: Wed Jul 20 18:51:18 2011 New Revision: 224232 URL: http://svn.freebsd.org/changeset/base/224232
Log: Merge from r224217: Bump MAXCPU to 64. Approved by: re (kib) Modified: head/sys/sparc64/include/param.h Modified: head/sys/sparc64/include/param.h ============================================================================== --- head/sys/sparc64/include/param.h Wed Jul 20 16:53:32 2011 (r224231) +++ head/sys/sparc64/include/param.h Wed Jul 20 18:51:18 2011 (r224232) @@ -51,7 +51,7 @@ #if defined(SMP) || defined(KLD_MODULE) #ifndef MAXCPU -#define MAXCPU 16 +#define MAXCPU 64 #endif #else #define MAXCPU 1 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
