Bump MAXCPU to 32 now that 32 CPU x86 systems exist.

Tested by:	rwatson, mdtansca
Approved by:	peter
This commit is contained in:
John Baldwin 2008-10-01 21:59:04 +00:00
parent b957a8225a
commit 3d074cf37b
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
#endif
#if defined(SMP) || defined(KLD_MODULE)
#define MAXCPU 16
#define MAXCPU 32
#else
#define MAXCPU 1
#endif

View file

@ -66,7 +66,7 @@
#define MID_MACHINE MID_I386
#if defined(SMP) || defined(KLD_MODULE)
#define MAXCPU 16
#define MAXCPU 32
#else
#define MAXCPU 1
#endif /* SMP || KLD_MODULE */