mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The P4080 has 8 cores. Bump MAXCPU to 8 to match.
This commit is contained in:
parent
ebfbeb83f6
commit
5f94931e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue