Date: Tue, 6 Dec 2005 16:38:08 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include ktr.h src/sys/sparc64/sparc64 genassym.c Message-ID: <200512061638.jB6Gc80n042919@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2005-12-06 16:38:08 UTC FreeBSD src repository Modified files: sys/sparc64/include ktr.h sys/sparc64/sparc64 genassym.c Log: Use <sys/ktr.h> directly in .S files instead of exporting the KTR_* class macros via genassym.c. Together with sys/sys/ktr.h rev. 1.34 this has the desired side-effect of providing a default value for KTR_COMPILE. Thus this fixes warnings from -Wundef regarding KTR_COMPILE not being defined for .S files. Requested by: ru Reviewed by: ru Revision Changes Path 1.6 +2 -0 src/sys/sparc64/include/ktr.h 1.59 +0 -14 src/sys/sparc64/sparc64/genassym.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512061638.jB6Gc80n042919>