Back out changes made in rev. 1.151.
They were bogus. Cluebat applied by: jhb@
This commit is contained in:
parent
9f8a407ccb
commit
181ac11e19
@ -733,8 +733,8 @@ calcru(p, up, sp)
|
||||
&pcpu_find(td->td_oncpu)->pc_switchtime);
|
||||
}
|
||||
}
|
||||
calcru1(p, &rux, up, sp);
|
||||
mtx_unlock_spin(&sched_lock);
|
||||
calcru1(p, &rux, up, sp);
|
||||
p->p_rux.rux_uu = rux.rux_uu;
|
||||
p->p_rux.rux_su = rux.rux_su;
|
||||
p->p_rux.rux_iu = rux.rux_iu;
|
||||
|
Loading…
Reference in New Issue
Block a user