cvs commit: src/sys/i386/i386 genassym.c src/sys/amd64/amd64
genassym.c
Peter Wemm
peter at FreeBSD.org
Mon Sep 10 16:01:36 PDT 2007
peter 2007-09-10 23:01:35 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/i386/i386 genassym.c
sys/amd64/amd64 genassym.c
Log:
Export the MAXCPU symbol to assym.s. This is used to size the intrcnt
and intrnames arrays. as(1)/ld(1) don't detect the undefined MAXCPU
variable, leading to insufficient space being reserved.
Revision Changes Path
1.155.2.3 +1 -0 src/sys/amd64/amd64/genassym.c
1.151.2.1 +1 -0 src/sys/i386/i386/genassym.c
More information about the cvs-src
mailing list