mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Export MAXCPU to the assembler code, needing by upcoming changes to locore.S.
This commit is contained in:
parent
aaf2d0987e
commit
10fe3ac09b
1 changed files with 1 additions and 0 deletions
|
|
@ -143,5 +143,6 @@ ASSYM(P_PROFIL, P_PROFIL);
|
|||
ASSYM(TRAPFRAMESIZE, sizeof(struct trapframe));
|
||||
|
||||
ASSYM(MAXCOMLEN, MAXCOMLEN);
|
||||
ASSYM(MAXCPU, MAXCPU);
|
||||
ASSYM(NIRQ, NIRQ);
|
||||
ASSYM(PCPU_SIZE, sizeof(struct pcpu));
|
||||
|
|
|
|||
Loading…
Reference in a new issue