summaryrefslogtreecommitdiffstats
path: root/sys/dev/mse/mse.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mse/mse.c')
-rw-r--r--sys/dev/mse/mse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c
index bb79f28..408bbf7 100644
--- a/sys/dev/mse/mse.c
+++ b/sys/dev/mse/mse.c
@@ -751,7 +751,7 @@ mseintr(arg)
sc->sc_flags &= ~MSESC_WANT;
wakeup(sc);
}
- selwakeup(&sc->sc_selp);
+ selwakeuppri(&sc->sc_selp, MSEPRI);
}
}
OpenPOWER on IntegriCloud