Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/mac68k splimp -> splhigh for frobbing the ne...



details:   https://anonhg.NetBSD.org/src/rev/05afc9184d95
branches:  trunk
changeset: 508513:05afc9184d95
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 12 18:26:26 2001 +0000

description:
splimp -> splhigh for frobbing the netisr.

diffstat:

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

diffs (18 lines):

diff -r b05dde188acf -r 05afc9184d95 sys/arch/mac68k/mac68k/intr.c
--- a/sys/arch/mac68k/mac68k/intr.c     Thu Apr 12 18:22:55 2001 +0000
+++ b/sys/arch/mac68k/mac68k/intr.c     Thu Apr 12 18:26:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.16 2000/07/05 07:33:52 scottr Exp $ */
+/*     $NetBSD: intr.c,v 1.17 2001/04/12 18:26:26 thorpej Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -287,7 +287,7 @@
        int s, isr;
 
        for (;;) {
-               s = splimp();
+               s = splhigh();
                isr = netisr;
                netisr = 0;
                splx(s);



Home | Main Index | Thread Index | Old Index