K 10 svn:author V 6 marius K 8 svn:date V 27 2005-12-06T16:38:08.000000Z K 7 svn:log V 340 Use 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 END