Date: Mon, 23 Jan 2006 14:56:34 +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/sys ktr.h Message-ID: <200601231456.k0NEuYP9058946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-01-23 14:56:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/sys ktr.h
Log:
MFC: 1.34
Extend the scope of #ifndef LOCORE to also cover the prototype of
ktr_tracepoint() and the macros using it. This allows this header
to be included in .S files for obtaining the KTR_* class macros
directly and providing a default value for KTR_COMPILE in case it's
not specified in the kernel config file including defining it to 0
when not using 'options KTR' at all.
Revision Changes Path
1.32.2.2 +7 -3 src/sys/sys/ktr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601231456.k0NEuYP9058946>
