cvs commit: src/sys/sparc64/include ktr.h src/sys/sparc64/sparc64 genassym.c

Marius Strobl marius at FreeBSD.org
Tue Dec 6 08:38:08 PST 2005


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


More information about the cvs-src mailing list