]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB,
authorNate Lawson <njl@FreeBSD.org>
Sat, 17 Dec 2005 03:57:10 +0000 (03:57 +0000)
committerNate Lawson <njl@FreeBSD.org>
Sat, 17 Dec 2005 03:57:10 +0000 (03:57 +0000)
commit8615fd869603142de9bd1992560d82e6a3156bb1
treed8f5f2efe47c1f8dffeb79eebf930ab6620c696e
parentaa4f8911d7aa7a1acf0027c700e57ad814d65a68
Clean up unused or poorly utilized KTR values.  Remove KTR_FS, KTR_KGDB,
and KTR_IO as they were never used.  Remove KTR_CLK since it was only
used for hardclock firing and use KTR_INTR there instead.  Remove
KTR_CRITICAL since it was only used for crit enter/exit and use
KTR_CONTENTION instead.
sys/kern/kern_clock.c
sys/kern/kern_switch.c
sys/sys/ktr.h