diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2002-02-15 02:50:07 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2002-02-15 02:50:07 +0000 |
| commit | e5223044233dfe47f6be58554a780394c444af9c (patch) | |
| tree | 6952900e91ffcedb19f4530ed7d64397a523fb9d /sys/kern/kern_poll.c | |
| parent | bdc5bab2eb61948f70a29925023fb9fe8ff46563 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_poll.c')
| -rw-r--r-- | sys/kern/kern_poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c index 87376722c912..3fc49305bb43 100644 --- a/sys/kern/kern_poll.c +++ b/sys/kern/kern_poll.c @@ -482,7 +482,7 @@ poll_idle(void) rtp.prio = RTP_PRIO_MAX; /* lowest priority */ rtp.type = RTP_PRIO_IDLE; mtx_lock_spin(&sched_lock); - rtp_to_pri(&rtp, &td->td_ksegrp->kg_pri); + rtp_to_pri(&rtp, td->td_ksegrp); pri = td->td_priority; mtx_unlock_spin(&sched_lock); |
