Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/hp300 splimp -> splhigh when frobbing netisr.



details:   https://anonhg.NetBSD.org/src/rev/d0d451e62840
branches:  trunk
changeset: 508514:d0d451e62840
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 12 18:28:40 2001 +0000

description:
splimp -> splhigh when frobbing netisr.

diffstat:

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

diffs (18 lines):

diff -r 05afc9184d95 -r d0d451e62840 sys/arch/hp300/hp300/intr.c
--- a/sys/arch/hp300/hp300/intr.c       Thu Apr 12 18:26:26 2001 +0000
+++ b/sys/arch/hp300/hp300/intr.c       Thu Apr 12 18:28:40 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.18 2000/07/17 06:53:42 scottr Exp $ */
+/*     $NetBSD: intr.c,v 1.19 2001/04/12 18:28:40 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1999 The NetBSD Foundation, Inc.
@@ -297,7 +297,7 @@
        int s, isr;
 
        for (;;) {
-               s = splimp();
+               s = splhigh();
                isr = netisr;
                netisr = 0;
                splx(s);



Home | Main Index | Thread Index | Old Index