diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-24 20:19:52 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-24 20:19:52 +0000 |
commit | ca5bf6ef5cac7fa67aa3a2131fd4de3deb12adf3 (patch) | |
tree | 10c5e5dd71a7451b598888a53e021f94e3a30d07 /sys/netbt | |
parent | b30a4ef7142746f272e1ec1360616a14013939db (diff) |
hopefully that unbreaks macppc; reported by todd and mk
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); } |