summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2007-01-28 07:19:14 +0000
committernyan <nyan@FreeBSD.org>2007-01-28 07:19:14 +0000
commit6603d04ea613d25b5c5cdfd3b2a33a98fc4e4152 (patch)
tree5761eb96bcf3aeebe6008ff944e8dca57b1b9838 /sys/pc98
parent7112c0ba6639878cd002b2eefaeb6d6d5dacd395 (diff)
downloadFreeBSD-src-6603d04ea613d25b5c5cdfd3b2a33a98fc4e4152.zip
FreeBSD-src-6603d04ea613d25b5c5cdfd3b2a33a98fc4e4152.tar.gz
MFi386: revision 1.647.
exclude the icu and clock lock from LOCK_PROFILING
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index d35cbd8..ce95116 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -1971,7 +1971,7 @@ init386(first)
* under witness.
*/
mutex_init();
- mtx_init(&icu_lock, "icu", NULL, MTX_SPIN | MTX_NOWITNESS);
+ mtx_init(&icu_lock, "icu", NULL, MTX_SPIN | MTX_NOWITNESS | MTX_NOPROFILE);
/* make ldt memory segments */
ldt_segs[LUCODE_SEL].ssd_limit = atop(0 - 1);
OpenPOWER on IntegriCloud