splimp -> splhigh for frobbing the netisr.

This commit is contained in:
thorpej 2001-04-12 18:26:26 +00:00
parent f5940ea000
commit 0f05a2b35c
1 changed files with 2 additions and 2 deletions

View File

@ -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 @@ netintr()
int s, isr;
for (;;) {
s = splimp();
s = splhigh();
isr = netisr;
netisr = 0;
splx(s);