svn commit: r276395 - head/sys/arm/arm

Ian Lepore ian at FreeBSD.org
Tue Dec 30 02:58:35 UTC 2014


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


More information about the svn-src-all mailing list