Oops, forgot to lock out interrupts while clearing zssoftpending.

This commit is contained in:
gwr 1995-02-14 22:40:00 +00:00
parent 3a293934a9
commit 25590bff04
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: zs.c,v 1.19 1995/01/11 20:38:25 gwr Exp $ */
/* $NetBSD: zs.c,v 1.20 1995/02/14 22:40:00 gwr Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@ -966,8 +966,10 @@ zssoft(int arg)
if (zssoftpending == 0)
return (0);
s = splzs();
zssoftpending = 0;
isr_soft_clear(ZSSOFT_PRI);
splx(s);
for (cs = zslist; cs != NULL; cs = cs->cs_next) {
get = cs->cs_rbget;