mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Back out changes made in rev. 1.151.
They were bogus. Cluebat applied by: jhb@
This commit is contained in:
parent
f4af687a3b
commit
6807424d19
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154793
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue