summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index bf69fd9..f7223b8 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -387,7 +387,7 @@ ithread_schedule(struct ithd *ithread, int do_switch)
mtx_intr_enable(&sched_lock);
if (curproc != PCPU_GET(idleproc))
setrunqueue(curproc);
- curproc->p_stats->p_ru.ru_nvcsw++;
+ curproc->p_stats->p_ru.ru_nivcsw++;
mi_switch();
sched_lock.mtx_savecrit = savecrit;
} else
OpenPOWER on IntegriCloud