Date: Fri, 20 May 2005 17:16:24 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa prof_machdep.c Message-ID: <200505201716.j4KHGOPW061345@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505201716.j4KHGOPW061345>