Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2005 16:37:01 +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:  <200512061637.jB6Gb1aH042831@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2005-12-06 16:37:01 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              ktr.h 
  Log:
  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.
  
  Requested by:   ru
  Reviewed by:    ru
  
  Revision  Changes    Path
  1.34      +7 -3      src/sys/sys/ktr.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512061637.jB6Gb1aH042831>