mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump MAXCPU to 32 now that 32 CPU x86 systems exist.
Tested by: rwatson, mdtansca Approved by: peter
This commit is contained in:
parent
b957a8225a
commit
3d074cf37b
2 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(SMP) || defined(KLD_MODULE)
|
||||
#define MAXCPU 16
|
||||
#define MAXCPU 32
|
||||
#else
|
||||
#define MAXCPU 1
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue