summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/psm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/psm.c b/sys/isa/psm.c
index ef98da4..2c14bbe 100644
--- a/sys/isa/psm.c
+++ b/sys/isa/psm.c
@@ -2371,7 +2371,7 @@ psmintr(void *arg)
sc->state &= ~PSM_ASLP;
wakeup( sc);
}
- selwakeup(&sc->rsel);
+ selwakeuppri(&sc->rsel, PZERO);
}
}
OpenPOWER on IntegriCloud