Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/bebox/bebox Pull up revision 1.14 (requested b...
details: https://anonhg.NetBSD.org/src/rev/93f3fcf2b409
branches: netbsd-1-5
changeset: 491722:93f3fcf2b409
user: he <he%NetBSD.org@localhost>
date: Wed May 09 22:00:24 2001 +0000
description:
Pull up revision 1.14 (requested by kleink, OKed by briggs):
Block splclock and not softnet on splsoftclock().
diffstat:
sys/arch/bebox/bebox/extintr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f705207d2d35 -r 93f3fcf2b409 sys/arch/bebox/bebox/extintr.c
--- a/sys/arch/bebox/bebox/extintr.c Wed May 09 20:58:19 2001 +0000
+++ b/sys/arch/bebox/bebox/extintr.c Wed May 09 22:00:24 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extintr.c,v 1.11 1999/09/17 19:59:41 thorpej Exp $ */
+/* $NetBSD: extintr.c,v 1.11.12.1 2001/05/09 22:00:24 he Exp $ */
/* $OpenBSD: isabus.c,v 1.1 1997/10/11 11:53:00 pefo Exp $ */
/*-
@@ -318,7 +318,7 @@
/*
* Initialize the soft interrupt masks to block themselves.
*/
- imask[IPL_SOFTCLOCK] = SINT_SERIAL;
+ imask[IPL_SOFTCLOCK] = SINT_CLOCK;
imask[IPL_SOFTNET] = SINT_NET;
imask[IPL_SOFTSERIAL] = SINT_SERIAL;
Home |
Main Index |
Thread Index |
Old Index