The P4080 has 8 cores. Bump MAXCPU to 8 to match.

This commit is contained in:
Marcel Moolenaar 2011-05-29 00:40:59 +00:00
parent ebfbeb83f6
commit 5f94931e7d

View File

@ -68,7 +68,7 @@
#endif
#if defined(SMP) || defined(KLD_MODULE)
#define MAXCPU 4
#define MAXCPU 8
#else
#define MAXCPU 1
#endif /* SMP || KLD_MODULE */