Merge from r224217:

Bump MAXCPU to 64.

Approved by:	re (kib)
This commit is contained in:
Marius Strobl 2011-07-20 18:51:18 +00:00
parent b1ad061e42
commit 1b57ae60a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224232

View File

@ -51,7 +51,7 @@
#if defined(SMP) || defined(KLD_MODULE)
#ifndef MAXCPU
#define MAXCPU 16
#define MAXCPU 64
#endif
#else
#define MAXCPU 1