diff options
Diffstat (limited to 'sys/netbt')
-rw-r--r-- | sys/netbt/bt_proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netbt/bt_proto.c b/sys/netbt/bt_proto.c index a07f4071053..a291753d213 100644 --- a/sys/netbt/bt_proto.c +++ b/sys/netbt/bt_proto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt_proto.c,v 1.5 2008/11/22 04:42:58 uwe Exp $ */ +/* $OpenBSD: bt_proto.c,v 1.6 2008/11/24 20:19:51 uwe Exp $ */ /* * Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> * @@ -82,5 +82,5 @@ bt_init(void) * For unknown reasons, in NetBSD the interrupt level is * IPL_NONE. */ - mtx_init(&bt_lock, IPL_SOFTNET); + mtx_init(&bt_lock, IPL_BIO); } |