Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/prep/prep Like, really block soft clock interrupts.



details:   https://anonhg.NetBSD.org/src/rev/cc1a09e7245c
branches:  trunk
changeset: 485576:cc1a09e7245c
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon May 01 10:52:29 2000 +0000

description:
Like, really block soft clock interrupts.

diffstat:

 sys/arch/prep/prep/extintr.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d821f63a438 -r cc1a09e7245c sys/arch/prep/prep/extintr.c
--- a/sys/arch/prep/prep/extintr.c      Mon May 01 10:43:42 2000 +0000
+++ b/sys/arch/prep/prep/extintr.c      Mon May 01 10:52:29 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: extintr.c,v 1.1 2000/02/29 15:21:47 nonaka Exp $       */
+/*     $NetBSD: extintr.c,v 1.2 2000/05/01 10:52:29 kleink Exp $       */
 /*     $OpenBSD: isabus.c,v 1.12 1999/06/15 02:40:05 rahnds Exp $      */
 
 /*-
@@ -294,7 +294,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