diff options
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r-- | sys/kern/subr_trap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 7a08f53..2390087 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -247,8 +247,7 @@ ast(struct trapframe *framep) #endif mtx_lock_spin(&sched_lock); sched_prio(td, kg->kg_user_pri); - p->p_stats->p_ru.ru_nivcsw++; - mi_switch(); + mi_switch(SW_INVOL); mtx_unlock_spin(&sched_lock); #ifdef KTRACE if (KTRPOINT(td, KTR_CSW)) |