Export MAXCPU to the assembler code, needing by upcoming changes to locore.S.

This commit is contained in:
Ian Lepore 2014-12-30 02:58:34 +00:00
parent aaf2d0987e
commit 10fe3ac09b

View file

@ -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));