Author: ian
Date: Tue Dec 30 02:58:34 2014
New Revision: 276395
URL: https://svnweb.freebsd.org/changeset/base/276395

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

Modified:
  head/sys/arm/arm/genassym.c

Modified: head/sys/arm/arm/genassym.c
==============================================================================
--- head/sys/arm/arm/genassym.c Tue Dec 30 02:56:31 2014        (r276394)
+++ head/sys/arm/arm/genassym.c Tue Dec 30 02:58:34 2014        (r276395)
@@ -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));
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to