From: Sascha Wildner Date: Sat, 29 Nov 2014 18:22:11 +0000 (+0100) Subject: kernel: Remove the no longer used KTR_USB_MEMORY option. X-Git-Tag: v4.2.0rc~1371 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/05eff65604f33250c2ca95bcb8a6f90a4112c221 kernel: Remove the no longer used KTR_USB_MEMORY option. --- diff --git a/share/man/man4/ktr.4 b/share/man/man4/ktr.4 index 179ccecd06..1771568360 100644 --- a/share/man/man4/ktr.4 +++ b/share/man/man4/ktr.4 @@ -55,7 +55,6 @@ .Cd options KTR_TESTLOG .Cd options KTR_TOKENS .Cd options KTR_TSLEEP -.Cd options KTR_USB_MEMORY .Cd options KTR_USCHED_BSD4 .Cd options KTR_USCHED_DFLY .Sh DESCRIPTION @@ -136,8 +135,6 @@ LWKT token related events .Xr tsleep 9 and .Xr wakeup 9 -.It Dv KTR_USB_MEMORY -USB memory allocation .It Dv KTR_USCHED_BSD4 usched_bsd4 scheduling decisions .It Dv KTR_USCHED_DFLY diff --git a/sys/conf/options b/sys/conf/options index 859dd221fd..b67d17986c 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -572,7 +572,6 @@ KTR_SPIN_CONTENTION opt_ktr.h KTR_TESTLOG opt_ktr.h KTR_TOKENS opt_ktr.h KTR_TSLEEP opt_ktr.h -KTR_USB_MEMORY opt_ktr.h KTR_USCHED_BSD4 opt_ktr.h KTR_USCHED_DFLY opt_ktr.h KTR_VERBOSE opt_ktr.h diff --git a/sys/config/LINT b/sys/config/LINT index 94862d497f..13fa354a1e 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -2451,7 +2451,6 @@ options KTR_VERBOSE=1 #options KTR_TOKENS #options KTR_TSLEEP #options KTR_UDP -#options KTR_USB_MEMORY #options KTR_USCHED_BSD4 #options KTR_USCHED_DFLY diff --git a/sys/config/LINT64 b/sys/config/LINT64 index 4c6f98c4aa..90a3f86817 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -2281,7 +2281,6 @@ options KTR_VERBOSE=1 #options KTR_TOKENS #options KTR_TSLEEP #options KTR_UDP -#options KTR_USB_MEMORY #options KTR_USCHED_BSD4 #options KTR_USCHED_DFLY