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/kern/subr_log.c | |
| parent | 2e55d247a6d6610c98412798ff06d682f2ee91c6 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
| -rw-r--r-- | sys/kern/subr_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 031d081d4038..b2ece2d3e9e7 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -192,7 +192,7 @@ logtimeout(void *arg) return; } msgbuftrigger = 0; - selwakeup(&logsoftc.sc_selp); + selwakeuppri(&logsoftc.sc_selp, LOG_RDPRI); if ((logsoftc.sc_state & LOG_ASYNC) && logsoftc.sc_sigio != NULL) pgsigio(&logsoftc.sc_sigio, SIGIO, 0); if (logsoftc.sc_state & LOG_RDWAIT) { |
