diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-06-20 18:26:41 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-06-20 18:26:41 +0000 |
| commit | 2e1aacccac24e50b1c0cb7ebd2c3cae1a89e60a4 (patch) | |
| tree | 65e9a3da34e31476174170904cdbf305a08ca013 /sys | |
| parent | 3398752a77b6e7adcb932a001f16cee9ec88afcd (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_intr.c | 2 |
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 |
