diff options
Diffstat (limited to 'sys/vm/vm_zeroidle.c')
-rw-r--r-- | sys/vm/vm_zeroidle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 9d779de..0e8ac78 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -137,13 +137,11 @@ vm_page_zero_idle_wakeup(void) static void vm_pagezero(void __unused *arg) { - struct proc *p; struct rtprio rtp; struct thread *td; int pages, pri; td = curthread; - p = td->td_proc; rtp.prio = RTP_PRIO_MAX; rtp.type = RTP_PRIO_IDLE; pages = 0; |