Back out changes made in rev. 1.151.

They were bogus.

Cluebat applied by: jhb@
This commit is contained in:
ups 2006-01-25 02:05:47 +00:00
parent 9f8a407ccb
commit 181ac11e19

View File

@ -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;