Back out changes made in rev. 1.151.

They were bogus.

Cluebat applied by: jhb@
This commit is contained in:
Stephan Uphoff 2006-01-25 02:05:47 +00:00
parent f4af687a3b
commit 6807424d19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154793

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;