]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use <sys/ktr.h> directly in .S files instead of exporting the
authormarius <marius@FreeBSD.org>
Tue, 6 Dec 2005 16:38:08 +0000 (16:38 +0000)
committermarius <marius@FreeBSD.org>
Tue, 6 Dec 2005 16:38:08 +0000 (16:38 +0000)
commitad3630f76e09394ffde1515f25e05b7be7f30eff
tree9cb9059b6507e4fd7da33885966ffcafc0424aa2
parente49ca4f26d6e769b5395987df50d70759dda4f5e
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
sys/sparc64/include/ktr.h
sys/sparc64/sparc64/genassym.c