From 2ea87a5b7a1f4e43e08e68653c99752b0798539b Mon Sep 17 00:00:00 2001 From: ad Date: Mon, 12 Nov 2007 17:28:23 +0000 Subject: Back out revision 1.26. --- sys/dev/ic/z8530sc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/z8530sc.c b/sys/dev/ic/z8530sc.c index 6697c7d2169..0a90f44f9e5 100644 --- a/sys/dev/ic/z8530sc.c +++ b/sys/dev/ic/z8530sc.c @@ -1,4 +1,4 @@ -/* $NetBSD: z8530sc.c,v 1.26 2007/11/09 20:31:16 macallan Exp $ */ +/* $NetBSD: z8530sc.c,v 1.27 2007/11/12 17:28:23 ad Exp $ */ /* * Copyright (c) 1992, 1993 @@ -91,7 +91,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.26 2007/11/09 20:31:16 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: z8530sc.c,v 1.27 2007/11/12 17:28:23 ad Exp $"); #include #include @@ -275,7 +275,7 @@ void zs_lock_init(struct zs_chanstate *cs) { - mutex_init(&cs->cs_lock, MUTEX_SPIN, IPL_NONE); + mutex_init(&cs->cs_lock, MUTEX_NODEBUG, IPL_ZS); } /* -- cgit