The P4080 has 8 cores. Bump MAXCPU to 8 to match.
This commit is contained in:
parent
ebfbeb83f6
commit
5f94931e7d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user