mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are
allowed for CPUs. Tested by: amd64 at cybernetwork dot org Approved by: re (scottl) MFC after: 1 week
This commit is contained in:
parent
a7b844d2be
commit
014693eb89
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef SMP
|
||||
#define MAXCPU 8
|
||||
#define MAXCPU 16
|
||||
#else
|
||||
#define MAXCPU 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue