cvs commit: src/sys/i386/isa prof_machdep.c
Nate Lawson
njl at FreeBSD.org
Fri May 20 17:16:25 GMT 2005
njl 2005-05-20 17:16:24 UTC
FreeBSD src repository
Modified files:
sys/i386/isa prof_machdep.c
Log:
Fix LINT build, original breakage was rev 1.23. There are 2 definitions
of MCOUNT to have a C version and an asm version with the same name and
not have LOCORE ifdefs to distinguish them. <machine/profile.h> provides
a C version and <machine/asmacros.h> provides an assembler version.
Discussed with: bde
Revision Changes Path
1.25 +8 -1 src/sys/i386/isa/prof_machdep.c
More information about the cvs-src
mailing list