K 10 svn:author V 6 marius K 8 svn:date V 27 2006-01-23T15:04:09.000000Z K 7 svn:log V 395 MFC: sys/sparc64/include/ktr.h 1.6, sys/sparc64/sparc64/genassym.c 1.59 Use directly in .S files instead of exporting the KTR_* class macros via genassym.c. Together with sys/sys/ktr.h 1.34 (MFC'ed in 1.32.2.2) 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. END