summaryrefslogtreecommitdiffstats
path: root/sys/dev/snp/snp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/snp/snp.c')
-rw-r--r--sys/dev/snp/snp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c
index d08ff3f..4c4115d 100644
--- a/sys/dev/snp/snp.c
+++ b/sys/dev/snp/snp.c
@@ -370,7 +370,7 @@ snp_in(snp, buf, n)
snp->snp_flags &= ~SNOOP_RWAIT;
wakeup(snp);
}
- selwakeup(&snp->snp_sel);
+ selwakeuppri(&snp->snp_sel, PZERO + 1);
return (n);
}
@@ -444,7 +444,7 @@ snp_detach(snp)
snp->snp_target = NODEV;
detach_notty:
- selwakeup(&snp->snp_sel);
+ selwakeuppri(&snp->snp_sel, PZERO + 1);
if ((snp->snp_flags & SNOOP_OPEN) == 0)
free(snp, M_SNP);
OpenPOWER on IntegriCloud