diff options
| author | Seigo Tanimura <tanimura@FreeBSD.org> | 2003-11-09 09:17:26 +0000 |
|---|---|---|
| committer | Seigo Tanimura <tanimura@FreeBSD.org> | 2003-11-09 09:17:26 +0000 |
| commit | 512824f8f7748f7bb54ef900bc8e68a95a3d0f4d (patch) | |
| tree | 19de3ca43ba82c3cf15a4a6c7fba917e0f7e416b /sys/dev/mse | |
| parent | 2e55d247a6d6610c98412798ff06d682f2ee91c6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mse')
| -rw-r--r-- | sys/dev/mse/mse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index bb79f280e9a97..408bbf77c0b08 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); } } |
