aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-06-20 18:26:41 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-06-20 18:26:41 +0000
commit2e1aacccac24e50b1c0cb7ebd2c3cae1a89e60a4 (patch)
tree65e9a3da34e31476174170904cdbf305a08ca013 /sys
parent3398752a77b6e7adcb932a001f16cee9ec88afcd (diff)
Notes
Diffstat (limited to 'sys')
-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 bf69fd9cfdb7..f7223b831d21 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