From edba61daa5028203f5992ea480093b28d0b4380e Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Thu, 1 Jun 2006 19:35:59 +0000 Subject: [PATCH] Add KTR_GIANT_CONTENTION and KTR_SPIN_CONTENTION. --- sys/config/LINT | 4 +++- sys/i386/conf/LINT | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/config/LINT b/sys/config/LINT index 70dcaaca53..85a0f03777 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.80 2006/05/22 06:26:29 swildner Exp $ +# $DragonFly: src/sys/config/LINT,v 1.81 2006/06/01 19:35:59 swildner Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2680,6 +2680,8 @@ options WI_SYMBOL_FIRMWARE options XBONEHACK options KTR +#options KTR_GIANT_CONTENTION +#options KTR_SPIN_CONTENTION #options KTR_IPIQ #options KTR_MEMORY #options KTR_TOKENS diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 05cd1133d4..e1e6165be2 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.80 2006/05/22 06:26:29 swildner Exp $ +# $DragonFly: src/sys/i386/conf/Attic/LINT,v 1.81 2006/06/01 19:35:59 swildner Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2680,6 +2680,8 @@ options WI_SYMBOL_FIRMWARE options XBONEHACK options KTR +#options KTR_GIANT_CONTENTION +#options KTR_SPIN_CONTENTION #options KTR_IPIQ #options KTR_MEMORY #options KTR_TOKENS -- 2.41.0